Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cesardeazevedo closed an issue on cesardeazevedo/nostr-editor
Blossom upload fails
When using cdn.satellite.earth. ![Screenshot 2024-12-20 at 11 38 23 AM](https://github.com/user-attachments/assets/1b42b076-a9cc-43c0-9f9e-49a952c95dc0)cesardeazevedo pushed 2 commits to main cesardeazevedo/nostr-editor
cesardeazevedo closed a pull request on cesardeazevedo/nostr-editor
Add size tag and provide default tags for blossom uploads
Fixes #11, also adds some default imeta based on the provided file.cesardeazevedo created a comment on a pull request on cesardeazevedo/nostr-editor
That makes sense, thanks
cesardeazevedo pushed 2 commits to main cesardeazevedo/nostr-editor
cesardeazevedo closed a pull request on cesardeazevedo/nostr-editor
Revert "Add prepare script"
This reverts commit 069fdde3ba021010e7c6ba443e531caed3879f4f. I was messing around with installing stuff straight from github, which shouldn't be necessary long term.cesardeazevedo pushed 4 commits to main cesardeazevedo/nostr-editor
cesardeazevedo closed a pull request on cesardeazevedo/nostr-editor
Pr 2349
This contains minor improvements to the svelte example, and export some option types I needed downstream.cesardeazevedo created a review on a pull request on cesardeazevedo/nostr-editor
Thanks, svelte indeed needed some work
cesardeazevedo opened an issue on TanStack/router
AbortController signal is not called after `pendingMs`
### Which project does this relate to? Router ### Describe the bug AbortController signal is not called after `pendingMs` and user leaves the route. The following sandbox simulates a long data ...cesardeazevedo created a comment on an issue on infinitered/reactotron
Fixed by adding this to vite.config.ts ``` ... define: { global: {}, } ... ```
cesardeazevedo pushed 2 commits to main cesardeazevedo/nostr-editor
cesardeazevedo pushed 2 commits to master cesardeazevedo/vim-fugitive
cesardeazevedo created a comment on a pull request on cesardeazevedo/nostr-editor
Hm, not so sure if I understood, how can we embed naddress as `q` tags? or it's possible to do `["q", "30023:<pubkey>:<identifier>]`?
cesardeazevedo created a comment on a pull request on cesardeazevedo/nostr-editor
The `a` tag is from the naddr embeds, nevent embeds results in `q` tags, I agree naddress only makes sense for replaceable events, I embed a naddress from a kind 1 event on my tests for simplicity ...
cesardeazevedo created a comment on a pull request on cesardeazevedo/nostr-editor
Thanks, just added `getEditorTags()` function. unit tests can be found here. https://github.com/cesardeazevedo/nostr-editor/blob/main/src/__tests__/storage.test.ts#L59-L102 Hope it's correct
cesardeazevedo pushed 2 commits to main cesardeazevedo/nostr-editor
cesardeazevedo pushed 1 commit to main cesardeazevedo/nostr-editor
- Force file extension on blossom only 1a7fdd7