Paul Miller
Paul Miller
In the `2022-06--workshop` branch Mac Preview gets quickly to page 17 then stalls, then proceeds to 18, stalls, and then fails. The `.ps` file in master works. As a workaround...
**Describe the problem/bug** I'm trying to use ThunderHub's macaroon bakery to make an invoice macaroon, but I can't find the corresponding options for each required permission (possibly due to the...
**Describe the bug** Errors from the LND backend that complain about JSON parsing are usually because an API that returns JSON on success is returning non-JSON on failure, but we're...
**Describe the bug** Setting up a fresh clone of Zeus on my M1 Macbook and I get a crash during pod install, something related to ffi. There's an issue that...
For privacy reasons outlined in https://consentonchain.github.io/blog/posts/nostr-privacy/ it would be nice to have a mode where Damus is only communicating with the relays I specify, and not loading any images from...
**Is your feature request related to a problem? Please describe.** No syntax highlighting or language server for Flutter. **Describe the solution you'd like** Syntax highlighting, `dart format`, go to definition,...
would love to jam through and fix through all the warnings (a lot of them are `await` that need to be unwrapped or return errors or something). would greatly improve...
I see there's a few places where we're using types from secp256k1. that should probably be re-exported from nostr-rs. ideally an "application author" doesn't have to think about that stuff....
When the user enters a new message we want to view to scroll down to the new message. So probably need some `AutoScroll` component that wraps `Scroll` and dispatches the...