Mariusz Klochowicz
Mariusz Klochowicz
Hi! On recent MacOS, if the system-wide dark mode is enabled, the fonts changes colour to white making it really hard to read with the colour palette being used in...
Hi, I've noticed that despite a lot o activity, there are no recent releases. Have you considered creating a beta release? Or at least build instructions, that would help with...
Hi @johncantrell97, thanks for creating such a nice lib making it easier to interop between `bdk` and `ldk` :) I've noticed that in `Cargo.toml` you mention that the licence is...
Initial exploration of flutter showed that we have a few unknowns. Some questions: - how to communicate with long-running tasks in Rust from Flutter, such as LDK - where to...
At the moment we do not support showing Rust logs on mobile - it works on desktop. We could configure tracing layers that add support for native iOS/Android logging frameworks....
I opened 3 cfds in total (one of them got closed). At some point, the CFD was "open", but the channel was force-closed as I could not create new CFDs....
Unify naming of wallet actions (e.g. sending / receiving / paying an invoice / deposit / withdraw)
>I think this discussion can wait until after the tournament; for completion here are some of my thoughts. We don't have to action this now from my point if view...
it would be great if FLog logs were formatted in a more similar fashion to tracing logs (they're pretty ugly right now), and are the main reason I disabled the...
everything except `/api/offers` should not be accessible to the public. Note: It doesn't matter that much as long we're only using it on regtest/testnet, but will be a blocker when...
A lot of packages utilise this way to safely read secrets by Emacs from file that is encrypted at rest. I was wondering whether you'd consider this for the roadmap?