Martin Habovštiak
Martin Habovštiak
**Is your feature request related to a problem? Please describe.** `electrs` currently picks time/space tradeoffs for the user which is mostly fine but could be insufficient users who have different...
It'd be great to have `electrs` buildable deterministically. I looked at it a bit as a part of my effort to deterministically build all packages and it looks like the...
**Is your feature request related to a problem? Please describe.** Users sometimes misspell options in config file and we silently accept them. This is error-prone. Args already fail when incorrect,...
## Proposal It'd be nice to natively integrate into systemd (possibly as an optional feature). Interesting features: - [ ] socket activation - get the listen sockets from systemd env...
# Edit: Problem solved, however please keep reading the following paragraph The issue was misconfiguration on my side, but strangely enough `electrs` didn't log the error. I'm keeping this issue...
Yes, I'm perfectly aware this would be a huge change but anyway it may be worth it? Pros: * I suspect that cancellation is easier, so there wouldn't have to...
Some Unix services support reloading the configuration without restarting whole process. This is usually signaled using `SIGHUP`. `nginx` can do that for instance. It'd be nice if `electrs` supported it...
One editing operation that often comes up is wrapping a subtree in another node. An example that happened to me recently in Rust if changing `Type` to `Option` in several...
Sooner or later we need to figure out how to do string editing - e.g. `"foo"` in Json or `` in XML. I only have a rough idea now, but...
First of all, `String` allows only UTF8, which means that it's impossible to open non-UTF8 named archives. Secondly, I'm not sure how (and whether) it works on Windows machines. Thirdly,...