Callum Macdonald
Callum Macdonald
I think that there's a type mismatch. The type `Event` in nostr-tools has `id` and `sig` as optional. But when receiving an event from a relay, those two parameters must...
Firstly, thanks for this code. It's in TypeScript, which is a big win, and provides a valuable approach on the [topic of saga composition](https://github.com/redux-saga/redux-saga/issues/886). In the case where I want...
Would be great to link to encryptic and put the deprecation notice right at the top in the repo description. I didn't notice it at first.
I see a few forks of this repo, do I need to fork and hardcore the URL of my install, so then I'd be able to publish the app, or...
**Describe the bug** According to #835 I understood that the "Recent pages" should be closable and this would be remembered per user. But in our "share link" view, when the...
**Is your feature request related to a problem? Please describe.** We want to share our collective with a few guest users. We love the "create a share link" option. But...
I added `react-native-webview` and this package to my project, then I tried to load the `DevTool` component. ``` fontFamily "Menlo-Regular" is not a system font and has not been loaded...
I see some errors and the demo doesn't run on my device or in the web view: ``` Failed to resolve dependency '[email protected]' ((undefined) ./src/components/DevTool/Modal.js Retry 'react-native-elements' requires peer-dependency '@expo/vector-icons'....
On the repo I see that the checkboxes are filled, but on the deno.land version I just see bullet points, so I didn't immediately realise most of the todos are...
It looks like the `.filter()` function returns events of type `any`: https://github.com/KiPSOFT/nostr-deno/blob/f56d6c01868c3b041c15a3065e3deb1e496f0013/lib/nostr.ts#L151-L165 Are you open to adding types to the events which are output? There's an `Event` type in the...