Fabien C.
Fabien C.
## Issue While using an existingSecret as configuration **AND** supplying a different name than `mercure.fullName`, "GLOBAL_OPTIONS" and "CADDY_EXTRA_CONFIG" both uses a non-existing secret (called `mercure.fullName`). ## Workaround Name the existingSecret...
This PR addresses this issue #361
When I wanted to add SMTP configuration based on environment variable, I've been stuck because I couldn't execute script before redmine started. My workaround was to create a custom Docker...
I was working on a new rule to check the number of arguments passed to a function, but I found myself blocked when doing it. (trying to build index of...
When using JPAStreamer with Quarkus on VSCode, I could not include one generated class suffixed with a "$" dollar sign. When adding `-AjpaStreamerPrefix=Jpa` in the compilerArg configuration of `maven-compiler-plugin`, it...
### Problem Statement When a 3rd party access our API's, it can set headers like "Traceparent" and "Tracestate", which trigger trace propagation on our backend, even though the trace sample...
Fixes #391 (Sorry for duplicate pr with #395)
### Environment Docker CLI ghcr.io/getsentry/snuba:25.8.0 ### Steps to Reproduce ```shell docker run -it --entrypoint /bin/bash ghcr.io/getsentry/snuba:25.8.0 # Inside docker container /usr/local/bin/python3.11 /usr/local/bin/snuba consumer --help /usr/local/bin/python3.11 /usr/local/bin/snuba rust-consumer --help ``` ###...
Right now, the format only works if the file is already saved. But, if the file is not saved, and I format it manually (CTRL + SHIFT + I in...
Fixes #13 I tested in on a local computer using `vsce` toolkit, with the `vsce package` and installed the extension. It works great ! even on files created on the...