David Strayhorn
David Strayhorn
Did you find a solution to this problem (i.e. the problem that webpack5 no longer supports polyfills)? I found [this solution](https://www.alchemy.com/blog/how-to-polyfill-node-core-modules-in-webpack-5) which addresses the problem in create-react-app, which uses the...
Seems like sometimes this is a problem, sometimes it's not. Every now and then I need to quit my desktop client and restart it to get a dropped nostr feed...
I created a [release](https://github.com/wds4/electron-react-boilerplate-nostr/tags) (v0.1.0-alpha) for macOS, pulled up the app, left it on all night, and the next morning the connections remain intact. Main feed as well as individual...
Perhaps in [useProfile](https://github.com/t4t5/nostr-react/blob/main/src/useProfile.tsx), before executing `setFetchedProfiles`, we need to check whether `fetchedProfiles[pubkey]` already exists; if so, look at created_at to decide whether to update it or not.
This is a good question. I don't explicitly unsubscribe from filters and things seem to work. I've been assuming the filters get closed automatically during the process of dismounting. But...
Also this line: fullwidth is missing from templateDetails.xml
In the real world, sometimes trust is transitive and sometimes it's not, which is why NIP-77 provides a mechanism (actually two mechanisms) to indicate whether it is transitive or not....
Mike does have a point: people aren't going to issue trust attestations unless they are sufficiently motivated to do so. The question from a dev perspective is: what's the lowest...
> This more formal proposal shouldn't replace that, just complement it. I agree with this 100%. I used to favor explicit, contextual trust attestations over proxy indicators such as follows...
The more well-defined the context, the more useful (probably). But I like that NIP-77 specifies context as a string, like "money" or "life", with no additional formal structure (for now),...