Terry Yiu
Terry Yiu
``` Thread 1: "Invalid update: invalid number of items in section 0. The number of items contained in an existing section after the update (3) must be equal to the...
It'll help with whoever wants to use this code.
Changelog-Added: Add Apple translation popovers for notes for iOS 17.4+ and macOS 14.4+ https://github.com/damus-io/damus/assets/963907/4fdddb61-9cd0-4514-80fe-79298d9c92a6  These changes are...
https://github.com/nostr-sdk/nostr-sdk-ios/issues/170 This PR uses a combination of different patterns (builder, inheritance, protocols, generics) to enable what I think is a flexible, powerful, easy-to-use framework to build NostrEvents. It allows maintainers...
Many different kinds of Nostr events have overlap in how it is constructed, including semantic meaning of certain tags. The current pattern of having one distinct creation function in the...
There's been a few instances of the demo app being broken due to breaking changes in the SDK.
https://github.com/nostr-protocol/nips/pull/980
## Summary - Fixed localization build failures which prevented 27 strings from being exported for translation - Pulls in translations in other languages Translations will automatically be added as commits...
## Summary There are several issues with rendering notes: - URLs, note references, and invoices can be removed mid-sentence which makes the content of the note no longer make sense...