cornfeedhobo
cornfeedhobo
**Describe the bug** Prometheus metrics aren't prefixed **Electrs version** `0.9.4` **To Reproduce** Steps to reproduce the behavior: 1. Configure and start electrs 2. Query the metrics port 3. See no...
I'd like a way to guarantee my data container does not exceed a certain size. I'm considering in-memory use cases, but this probably applies to others.
shfmt rewrites ```bash if true ; then echo 'foobar' fi ``` to ```bash if true; then echo 'foobar' fi ``` 1) Why is this space being removed? 1) Is there...
## Description - remove redundant cite - support Basher - add nenv plugin - uplift nodenv to follow newer pattern and standard - ensure node components play well with *env...
We have `base.plugin.bash` and `general.aliases.bash` - It would be nice to make these consistent - `base` seems like it should only own things used by other components, right? - `general`...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
This PR seeks to support configurable datasource URLs. It'd be great if `isDefault` and `url` could be moved under a `datasource` key, but I assume that'd be too much of...
Try this out ```go package main import ( "errors" ) func somethingDangerous() error { return errors.New("fake err") } func run() (err error) { err = somethingDangerous() return } func main()...
I understand the current reasoning for removing `ignorespace` and `ignoreboth` but I think they break such an important expectation for users that, if set, preexec should manually cleanup history, to...
### What I want I'd like to be able to destroy a StatefulSet, then optionally un-archive the previous PVC directory and use it to satisfy the claim for a new...