James Blacklock
James Blacklock
I might be stupidly missing something, but I can't figure out how to handle focus at all. There's no way to tell if an element loses focus, there's no way...
It would be extremely helpful to be able to dump a text version of the assembly to stdout as the code is being generated. Is this currently possible to do?...
This change enables straightforward configuration of a "prefix" for mempool URLs. For a working example, please see https://jamesblacklock.net/bitcoin-mempool Note that resources are loaded from, e.g., https://jamesblacklock.net/bitcoin-mempool/resources/favicons/favicon.ico This is achieved by...
These minor modifications to `docker/init.sh` make the script work under macOS while preserving compatibility with Linux.
https://github.com/mike-marcacci/node-redlock/blob/b720d5fdbe5bb54316031aec8b2c15128dbfa8a9/src/index.ts#L637 Is bullet point (1) actually true? As far as I can tell from the code, the only way the signal gets aborted is if lock extension fails, and the...
https://github.com/mike-marcacci/node-redlock/blob/b720d5fdbe5bb54316031aec8b2c15128dbfa8a9/src/index.ts#L238 Type signature [above](https://github.com/mike-marcacci/node-redlock/blob/main/src/index.ts#L184) is `string | ((script: string) => string)`, but here the parameter is ignored unless its type is `"function"`.
https://github.com/mike-marcacci/node-redlock/blob/b720d5fdbe5bb54316031aec8b2c15128dbfa8a9/src/index.ts#L731 `instanceof Error` has already been checked [above](https://github.com/mike-marcacci/node-redlock/blob/main/src/index.ts#L723). This check is superfluous.