Jordan Besly
Jordan Besly
Adding integration tests would prevent to do manual tests at each and every PR merge. Whithout going the full [tox](https://tox.readthedocs.io/en/latest/#) route right from the start, this looks like a nice...
PR to answer enhancement reported in issue https://github.com/beberlei/metrics/issues/53 Implementation details: - as all TaggableCollectors are in fact "InlineTaggable", I renamed the interface InlineTaggableGaugeableCollector into TaggableGaugeableCollector - I added inline tags...
Hi there, First of all, thanks for this great lib. I particularly enjoy this no vendor lock-in approach :+1: Most (if not all) formats that support tags support setting different...
I have a strange issue w/ my setup. When spawning a remote interactive shell w/ `friendly-shell` or `friendly-remote-shell` and sending a cli command to the spawned shell, it sometimes hangs....
## client script [here is a lil norns script](https://github.com/p3r7/neomonome) that calls this newly exposed tint update API. each encoder allows setting R/G/B. ## address NB: this version still uses a...
This mode works great, except it doesn't play nice under Microsoft Windows, even when a cygwin installation as been performed. It would be great to make it work, as both...
`norns.online` logs and produces screenshots in `/tmp`. On `norns` OS images, `/tmp` has no dedicated tmpfs mountpoint and depends of the root partition (on flash / SD card). ``` we@norns:~/dust/code$...
things seem to work but i haven't done much testing.
hi! the `elasticsearch` output has an exponential [`backoff`](https://docs.redpanda.com/redpanda-connect/components/outputs/elasticsearch/#backoff) parameter, which is great! sadly it only retries on HTTP codes `5xx` (function [`shouldRetry`](https://github.com/redpanda-data/connect/blob/1b86d913fc4f0ef2e67619b7133cc97ec5e7d061/internal/impl/elasticsearch/output.go#L329-L334)). Elasticsearch expects its client to also backoff with...