Jimbo

Results 38 issues of Jimbo

Performing `npm install` on Node.js v16 fails due to compilation errors: ``` npm ERR! In file included from /home/jimbo/.cache/node-gyp/16.1.0/include/node/v8.h:30, npm ERR! from /home/jimbo/.cache/node-gyp/16.1.0/include/node/node.h:63, npm ERR! from ../../nan/nan.h:56, npm ERR! from...

The `overflow-wrap` attribute currently allows `break-word` and `normal`, but is missing the `anywhere` value. See https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap

Background: Instead of using BIP-39, the `lnd` lightning implementation uses a cipher seed scheme called AEZEED. Implementation (Go) and details here: https://github.com/lightningnetwork/lnd/tree/master/aezeed Feature request: Support the lnd AEZEED cipher seed...

enhancement
low

The instructions in the Facets Dive [README.md](https://github.com/PAIR-code/facets/blob/master/facets_dive/README.md) state: > To specify the URL to an atlas to use, set the `atlasUrl` property of the Dive Polymer Element in JavaScript (or...

help wanted
easy

**Could you supply simple instructions on how a user of `lukechilds/electrumx` can execute the `compact_history` command?** I've been using the `lukechilds/electrumx` docker image successfully for many months. However recently my...

Currently, lnbits's lndhub extension allows existing lnbits wallets to be accessed from BlueWallet. However, this extension does not appear to allow creating wallets directly from BlueWallet. When BlueWallet attempts to...

When setting a custom Electrum server, the dialog ensures that it can connect before accepting the settings. The problem occurs when an Electrum server that had previously worked stops working....

Trying to build using regular `make` (no docker, no buildah). Fails when compiling HarfBuzz. Tried popping back to 4.1.0, 4.0.0, same issue. What am I doing wrong? ``` make: make...

build

Adding an optional `supported_nips_at` field to NIP-11 server metadata response. This allows relays to declare which version of the NIPs they support. Many relays currently declare support for NIPs which...

Fixes #91 , and: * Removes some totally unused dependencies. * Updates all dependencies. * Adds dev dependency on prettier. * Runs prettier on all code to make it complaint....