Tolsee
Tolsee
## Is your feature request related to a problem? Please describe. Conditional code based on the environment is treated as an anti-pattern in many teams. **Bad:** ```ruby def api_url if...
### TL;DR Cannot use dynamic value of service account in `service_account` of `pull_configuration`. It needs to be static. ### Expected behavior Allow the use dynamic value on `service_account` of `pull_configuration`....
### What happened? Hi There, **Problem no: 1** Metrics such as `frankenphp_worker_queue_depth` are not present in the very start of running frankenphp in worker mode. However, I have seen it...
## Description Just like how **vscode handle environment variables**, can we enable `pathMappings` to support env variables as well? Launch config would look something like this: ```json { "version": "0.2.0",...
Just like vscode's [env substitution](https://code.visualstudio.com/docs/reference/variables-reference#_environment-variables), support `${env:ENV_VAR}` in `pathMappings`