Martin Milata
Martin Milata
@peterbarker Updated the PR to use `ssize_t`. I've also changed the return type of `base64_decode_quartet_using_maps` for the sake of consistency. Please take a look?
Same here. Android 10. Errors out with "Connection to server lost". Connecting with Tor Browser from the same phone works fine. Will try to find out more.
Would be nice to provide prometheus exporters, personally I'd run prometheus+grafana on separate machine: * https://github.com/jvstein/bitcoin-prometheus-exporter * https://github.com/lightningd/plugins/tree/master/prometheus (#71 related) * lnd has built-in exporter which has to be [enabled...
Opened nixpkgs PR for the bitcoind exporter: https://github.com/NixOS/nixpkgs/pull/89267 It's probably more convenient to have it in nixpkgs because there's already a bunch of infrastructure for exporters that I'm not sure...
lndmon package + module: NixOS/nixpkgs#89449. Let me know if you'd like to become comaintainer.
For example Electrum allows you to open given transaction in a block explorer from a context menu. It can show transaction details on its own but compared to block explorers...
Looks like it might be possible to reuse [home-manager's code for generating docs](https://github.com/nix-community/home-manager/blob/master/doc/default.nix), it even lives in a separate repo: https://gitlab.com/rycee/nmd
[Trustix](https://github.com/tweag/trustix) looks like an attempt to solve this problem: https://build-transparency.org/
Would be also nice to add it to the list of existing exporters: https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exporters.md Edit: I'll do it for you if you give me permission