-
We would probably want to allow different levels of logging for different server instances.
Note that iRODS 4.3 uses a dict with categories for logging config which has to be supported. Example:
…
-
I declared global env in a taskfile like so:
```
---
version: "3"
env:
DB_DRIVER: mysql
DB_DSN: "etl:etl@tcp(localhost:3306)/etl"
tasks:
default:
desc: "Fill repos with detail…
-
* CREATE_MISSING_GOLDEN
* RECREATE_BROKEN_GOLDEN
These env vars are not documented. Neither in haddock, nor in the README.
-
In `donfig.config_obj.collect_yaml()`, currently `ast.literal_eval()` is called on every discovered environment variable's value to provide users with the ability to dynamically set values through cod…
-
Saw this in the Go CLI, which I would find useful having something similar for Hugo:
```bash
GOFLAGS=-mod=vendor
````
E.g.
```bash
HUGOFLAGS="-D --path-warnings"
````
Or something.
-
**Describe the bug**
Setting `REQUESTS_CA_BUNDLE` or `CURL_CA_BUNDLE` doesn't have any effect since we call a low-level function when sending requests which bypasses the ENV aggregation
…
-
### Bug description
Today we introduced raw SQL queries in our codebase, requiring us to run `prisma generate --sql` instead of `prisma generate`. Locally it builds normally. In AWS, it errors out wi…
-
**What happened?**
When using base devcontainers and features to install additional tooling, the environment variables set by the features are not correctly set for other features and commands.…
-
https://github.com/rancher/distros-test-framework/pull/130#discussion_r1755084340
-
https://github.com/user-attachments/assets/1575ff34-45f3-4473-9659-e8db5701c473
avi12 updated
2 months ago