Alex Gleason
Alex Gleason
I added NIP-44 support to my remote signer class in Nostrify: https://nostrify.dev/sign/connect#encryption I did not end up automatically detecting the decrypt method. It just uses an option to switch the...
https://github.com/alex/django-taggit/blob/04c5a3823782b50674e04eee9ea6e63a4078eb0c/taggit/managers.py#L194-L199 `TAGGIT_CASE_INSENSITIVE` comes into play when adding or settings tags. In either case, it takes the tag names you gave it, and does a case-insensitive lookup for each tag. If...
Hey I'm also seeing this error: ``` echo '["EVENT",{"id":"f28f0fd647b31c9b7393f4e230abd4b6f8cb64f1f8d1f31e05a80bea13a6f15c","pubkey":"d07b307f6af2e608838b5f3801b041f36d119952653fec69c520bf20ab552d2e","created_at":1707157824,"kind":0,"tags":[["proxy","https://postnstuffds.lol/users/NonPlayableClown","activitypub"]],"content":"{\"name\":\"NonPlayableClown\",\"about\":\"Just a clown, clowning on the fedi. 🤡\\n\\nFor poa.st users who stumbled on my account:\\nThe reason why you cannot see my posts...
This problem happens consistently when users have a lud16 created by the TelegramLightningBot, eg `[email protected]`. Here's another event that strfry refuses to accept: ``` ["EVENT","_",{"id":"ea1e41f72d14da767df37678ded2964378a9de9e6bbbbc2869ea74cc99df0dda","pubkey":"dcdb2bfaaf49e624ee8e47b0424e2ae96eb192531d7402616a3bdf42111fb429","created_at":1707159300,"kind":0,"tags":[["proxy","https://nicecrew.digital/users/Sprate","activitypub"]],"content":"{\"name\":\"Sprate\",\"about\":\"Main Fedi Account | Professional Address...
False alarm on my end due to pasting the event into the terminal. :facepalm: Apparently using `cat event.json` makes it work. https://github.com/nostrability/nostrability/issues/17#issuecomment-1928010565 I think there's still a possible issue in...
> What if we moved the basic protocol stuff to NIP-00 It will make NIP-11's `supported_nips` potentially wrong. One thing I noticed after a bunch of NIPs were combined into...
Related: https://gitlab.com/minds/infrastructure/nostr-relay/-/issues/15
I'm not using look-behind at all. My rate-limit policy stores data in an squite database: https://gitlab.com/soapbox-pub/strfry-policies/-/blob/develop/src/policies/rate-limit-policy.ts
Seems to be working with Deno when using `npm:@sentry/node`. I don't see the point in doing anything else except documentation. Deno should be an option when onboarding a project, instead...
@KaKi87 What would you suggest be done aside from rewriting the whole library?