I hereby claim:
- I am elliottcable on github.
- I am elliottcable (https://keybase.io/elliottcable) on keybase.
- I have a public key ASA4YuQ-zH06C029ERVh-mW4h1fGGlQw1QkqNPN4hdXADwo
To claim this, I am signing this object:
Hello - from /Users/ec/.vscode/extensions/jaredly.reason-vscode-1.5.2/bin.native | |
Previous log location: /var/folders/xt/wm01x2h50nv993t_csb1t5qm0000gn/T/lsp.log | |
Sending notification {"jsonrpc": "2.0", "method": "client/registerCapability", "params": {"registrations": [{"id": "watching", "method": "workspace/didChangeWatchedFiles", "registerOptions": {"watchers": [{"globPattern": "**/bsconfig.json", "globPattern": "**/.merlin"}]}}]}} | |
Sending response {"id": 0, "jsonrpc": "2.0", "result": {"capabilities": {"textDocumentSync": 1, "hoverProvider": true, "completionProvider": {"resolveProvider": true, "triggerCharacters": ["."]}, "signatureHelpProvider": {"triggerCharacters": ["("]}, "definitionProvider": true, "typeDefinitionProvider": true, "referencesProvider": true, "documentSymbolProvider": true, "codeActionProvider": true, "executeCommandProvider": {"commands": ["reason-language-server.add_to_interface_inner"]}, "codeLensProvider": {"resolveProvider": true}, "documentHighlightProvider": true, "documentRangeF |
{ | |
configversion: "1.7", | |
subconfigs: { | |
"localhost:4200": { noiframe: "true", modeindicator: "false" } | |
}, | |
priority: 0, | |
exmaps: { | |
"<Enter>": "ex.accept_line", | |
"<C-j>": "ex.accept_line", | |
"<C-m>": "ex.accept_line", |
const sparse_find = function(some_nums, target, first) { | |
let result = undefined | |
// Array#some is the only approach (vs. for-loop, for-of, | |
// other Array methods, Lodash methods) that both handles | |
// sparse-arrays *and* short-circuits | |
some_nums.some((second, j) => { | |
console.log(first, j+":"+second) | |
if (first + second === target) { | |
result = j |
module type AType = sig | |
type t | |
end | |
module type CBAO = sig | |
type a | |
type ret | |
val call : (a -> ret) -> a -> ret | |
end |
function prots(o, rest = []) { | |
return o && (o = Object.getPrototypeOf(o)) === rest[0] | |
? rest | |
: rest.unshift(o) && prots(o, rest) | |
} | |
function common(a, b) { | |
return (b = prots(b)) && prots(a).filter((prot, i)=> | |
prot === b[i]) | |
} |
Process: VimR [25788] | |
Path: /Applications/VimR.app/Contents/MacOS/VimR | |
Identifier: com.qvacua.VimR | |
Version: SNAPSHOT-294 (294) | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: VimR [25788] | |
User ID: 501 | |
Date/Time: 2018-11-26 10:14:41.341 -0700 |
I hereby claim:
To claim this, I am signing this object:
@-moz-document regexp("moz-extension://.*/static/newtab.html") { | |
body { | |
display: none !important; | |
} | |
} |
Homebrew build logs for nodenv on macOS 10.13.3 | |
Build date: 2017-10-08 15:38:08 |