Fabian Winter
Fabian Winter
Hi, I tried to start a script and pass multiple values to the same flag (f.e. `-t clean,build,unit,component`). However, it seems that this is not parsed correctly and instead only...
I have a lot of entries in Aegis, and it's getting cumbersome to get the right one. I had hoped that groups would help with this, so that I could...
**Describe the bug** I have a gotify server set up, behind a reverse proxy. It uses a self-signed certificate. Now, I want watchtower to notify using that gotify instance, and...
**Is your feature request related to a problem? Please describe.** For complicated reasons, our tests already run in a Docker container. From there, we want to use testcontainers to start...
Hi, we are using Evolve for our product, so first some thanks is in order! Unfortunately, we are in a situation where we have to support multiple versions of our...
- Type: - [x] Bug - [ ] Enhancement - [ ] Feature Request - [ ] Question --- - `zplug --version`: 2.4.1 - `zsh --version`: 5.1.1 - `uname -a`:...
If I add `.addCapability(new MicrometerCapability(meterRegistry))` to my Feign client, there seems to be no way to add custom tags to the Micrometer metrics. It would be nice to do this,...
**Is your feature request related to a problem? Please describe.** Currently, there seems to be no way to configure different circuit breakers for different Feign clients without listing all their...
Currently, `sqlfluff` breaks long lines up like this, for example: ```sql select blah = ISNULL( count, '0' ) * 10000 + ISNULL(planned, 100) from blah ``` However, I think it...
Similar to #1861, I would expect sqlfluff to have formatting rules regarding subqueries, for example ```sql if exists(select 1 from...) begin drop ... end ``` I personally would prefer the...