David Strayhorn

Results 6 issues of David Strayhorn

Currently, if I want to fetch all notes from a single user starting from the beginning of time, they are streamed from oldest to newest. This can be a problem...

Using `nostr-react`, I have managed to put a lot of basic functionality in place, including the main feed which loads very quickly, both in "following" mode and in "firehose" mode...

## Prerequisites - [x] Using an up-to-date [`main` branch](https://github.com/wds4/pretty-good/tree/main) ## Expected Behavior For any profile being managed in this app and simultaneously in one or more external apps, all profile...

bug

When creating a new Bookmarks (30001) list, I am able to import items using npub, nprofile, note, nevent, or naddr identifiers as expected, meaning that the final NIP-51 list is...

wontfix

The example under Publish new events in the nostr-hooks README appears to me to attempt to publish an unsigned event: ``` const handlePublish = () => { const event =...

Any plans to add a react admin / dashboard template, along the lines of what I am using at [brainstorm.ninja](https://brainstorm.ninja) (which is a fork of [the coreUI react admin template](https://github.com/coreui/coreui-free-react-admin-template))?...

enhancement