Daniel Nordh

Results 27 comments of Daniel Nordh

I'm trying to do something similar for iOS/Swift, and at the moment it seems the status is: - BDK and LDK on Swift don't share a workable API - BDK...

I agree with Steve's definitions of a maintainer. Would suggest that we start with 3 maintainers for Github.

Two slightly separate issues here: 1. Define and publish what the role of the maintainer is --> the `coremaintainers.md` mentioned by @Bosch-0 2. Change maintainers as defined by [this list](https://github.com/orgs/BitcoinDesign/people),...

As I mentioned in the related PR: - I fully support updating to a consistent capitalisation across the guide - My suggestion is 'lightning network', following the same arguments that...

Two years later and still no SwiftUI documentation? For any new app this would be the default.

First, apologies for being late to this discussion. I am not in favor of replacing `hardware wallet` with `signing device`. When a newcomer to bitcoin asks where they should 'store'...

> This issue was brought up because these entities are renaming it to signing device over hardware wallet, Coldcard already has: https://coldcard.com/, I expect others to follow suite I see...

Signing Device (and its variations) definitely have a place in the guide, and I support the idea of pioneering better definitions or names for 'things' that users of bitcoin products...

Thanks for the contribution Jakub! When it comes to topics that may require some discussion, it's normally a good idea to open an issue before going ahead with a PR....

My problem was the specified 'sub locales'. Changing this: ``` supportedLocales: [Locale('en', 'US'), Locale('de', 'DE')], fallbackLocale: Locale('en', 'US'), ``` to: ``` supportedLocales: [Locale('en'), Locale('de')], fallbackLocale: Locale('en'), ``` fixed the problem...