erikarvstedt

Results 29 issues of erikarvstedt

This PR (based on #69) enables parsing `std.Progress` output in compilation and shell buffers. In particular, it unlocks proper parsing of progress output of `zig build/run/...` cmds. Marked as a...

Currently, it's not possible to define key description replacements that are specific to minor modes. A cursory look at the code seems to suggest that this should be rather easy...

This PR fixes all issues in #2092 for the bitcoin backend. ### TODO I haven't tested PWD-invariance for the Bisq and Liquid backends. `api/liquid/icons.ts` still uses a [PWD-relative path](https://github.com/mempool/mempool/blob/2f0c8d94b0bf07da1a081c5982625a562d9d3425/backend/src/api/liquid/icons.ts#L5) to...

cla-signed

**Setup**: mempool with electrum backend (fulcrum), running [on NixOS](https://github.com/fort-nix/nixbitcoin.org/pull/44). **Issue**: After the backend has run for a few days (mostly: 10 days+), electrum API queries fail with error `Connection to...

This PR can be merged as soon as it's certain that the frontend no longer accesses `resources` in language dirs (like `/fr/resources/bitcoin-logo.png`). This should be the case since #2070. This...

cla-signed

Main idea: Move Docker nginx config to `/nginx/` and reuse some parts of the production config via symlinks. This setup also makes it easy to share other parts of the...

cla-signed
docker

Here are a few simple ways to make mempool easier to package for (Linux) package managers. By defining clear component scopes and boundaries, this can also simplify development. ## Backend...

I've edited the [Keyboard Layout Wiki entry](https://nixos.wiki/index.php?title=Keyboard_Layout_Customization) to use compiled keyboard layouts. This helps catching errors at build-time and improves startup performance. Maybe you'd want to use this in [your...

This PR tracks my modifications to #456 (nixbitcoin:mempool-nb). It is based on https://github.com/fort-nix/nix-bitcoin/pull/504 (`Add fulcrum`). Deployed at https://mempool.nixbitcoin.org

The different joinmarket scripts should be made accessible as subcommands under a single binary, like in `git` or `systemctl`. ``` add-utxo.py -> joinmarket add-utxo sendpayment.py -> joinmarket sendpayment ... ```...

enhancement