Angus Pearson

Results 17 issues of Angus Pearson

rip's use of `-r` for resurrect as opposed to recursive delete may be confusing, and removes the possibility of aliasing rm to rip in the future

The spec says (for simple errors) > The first word in the error is in upper case and describes the error code. The remaining string is the error message itself....

In short: add the option to show a QR code (or copy/paste able secret key) to move a 2FA code to a new device and/or authentication app, with the caveat...

enhancement

Running Umbrel 0.5.3 on a 2019 Dell Optiplex 3060 (Intel i3-8100T CPU @ 3.10GHz) with an otherwise vanilla install of Debian 11. System memory 8GB, no swap (for drive longevity,...

https://github.com/MutinyWallet/mutiny-node/pull/1084 Looks like `mutiny-server` would be a near drop-in alternative to `phoenixd`, so adding support should be fairly easy. May require renaming the project from `phoenixd-lnurl` to something more generic...

- Adds Phoenixd webhook endpoint `/phoenixd-webhook` (needs phoenixd config `webhook=http://localhost:8000/phoenixd-webhook`) - Create Nostr Zap Receipt events (requires new config `USER_NOSTR_PRIVATE_KEY=nsec1...`) - Publish Zap Receipt events to relays specified in the...

* Requires upgrade in `lnurl` library https://github.com/lnbits/lnurl/issues/18 With only a single user supported, all the methods on `PhoenixdLNURLSettings` can be changed to ```python class PhoenixdLNURLSettings(BaseSettings): ... @pydantic.computed_field @functools.cached_property def example(self)...

Reading the phoenixd http password (and port) from the phoenix config directly (if it exists and is readable) would make setup/configuration easier. This should also work for the `docker-compose` example...

good first issue

The spec spends a fair amount of time explaining the advantages of the witness discount and the Ord/Rodarmor "envelope" `OP_FALSE OP_IF ...` construction, but then uses `OP_RETURN` instead for creation....

The spec uses only `TxRef`s (from [BIP-136](https://github.com/bitcoin/bips/blob/master/bip-0136.mediawiki)) to refer to `did:btc`s, but these have a few drawbacks: 1. They include the block height, meaning a `did:btc`'s `TxRef` cannot be known...