Hampus Sjöberg
Hampus Sjöberg
I have the same problem with dynamic IP addresses. I don't know if the android wallet is downloading the whole network graph, but as my node is announcing the correct...
AppKit has a different API instead of `UIDocumentPickerViewController` for dealing with save and open dialogs. https://github.com/hsjoberg/blixt-wallet/blob/431ff0d60a423c44d77ba48be46da026b92b6bd0/ios/LndMobile/LndMobileTools.swift#L227-L252
Here's a simple example in Swift on how to open a file ```Swift DispatchQueue.main.async { do { let panel = NSOpenPanel() panel.allowsMultipleSelection = false panel.canChooseDirectories = false if panel.runModal() ==...
@ar563 Thank you for the PR, this is great for UX. One semi-related issue is that buttons will line-break if the surrounding modal window is too small, which is the...
Looks great! Thank you for your contribution.
Semi-dependent on https://github.com/lightningnetwork/lnd/pull/2708#
Issue about removing chan reserve here: https://github.com/hsjoberg/blixt-wallet/issues/812
Any more updates/info on this one? Using ES6 modules in Node via `"type" : "module"` in `package.json` in the root project does not seem to work with protobufjs. ``` internal/process/esm_loader.js:74...
Any more updates on this one? Android 11 was released today.
> Can you try on 0.70 and report back if the issue persists? If so, we can look into it and potentially fix it. I have the same issue (and...