Brian Greenhill

Results 5 issues of Brian Greenhill

## Description this is a very simple implementation of rate limiting for the imageproxy service. ## Motivation addresses #200

I was having an issue install tmux via asdf using this plugin. I found that setting the `TMUX_CONFIGURE_OPTIONS` environment variable to `--enable-utf8proc` fixed the issue. I added a note to...

# Description Add support for shell command substitutions (e.g., $(which aerospace)) in binary path configuration options. This allows portable configuration files that work across different architectures and installation paths. Previously,...

**Describe the bug** Shell command substitutions (e.g., `$(which aerospace)`) in binary path configuration options are not expanded, causing simple-bar to fail with JSON parse errors. The default settings advertise support...

bug

This pull request introduces exponential backoff functionality to the `Resilient::CircuitBreaker` library, enhancing its ability to handle consecutive failures and provide observability. Key changes include the implementation of exponential backoff logic,...