Anderson Entwistle

Results 20 issues of Anderson Entwistle

- [x] documentation - [ ] tests Closes #1938

## Description From the [PHP Manual for `getenv`](https://www.php.net/manual/en/function.getenv.php), we have > `getenv(string $varname, bool $local_only = false): string|false` > Returns the value of the environment variable varname, or false if...

bug
0. Needs triage
feature: auto config (environment variables)
technical debt
needs review

The environment variable from file support is currently very fragmented on the PHP side. https://github.com/nextcloud/docker/blob/31c59aea24f8516f862ca136766168016e840593/.config/autoconfig.php#L9-L37 This is extremely fragile, as it is all or nothing with the `_FILE` environment variables...

enhancement
3. to review
feature: auto config (Docker secrets)
needs review

## User Story When using S3-compatible object stores, choosing the storage class for objects is an important consideration. By tailoring the storage class to the application requirements there can be...

enhancement
3. to review
feature: auto config (environment variables)

Usernames are part of credentials and are therefore also secrets. Add an env var `SMTP_NAME_FILE` so that `SMTP_NAME` can be used with Docker secrets.

enhancement
feature: auto config (Docker secrets)

## Description npm provides both `npm start` and `npm test`. Use these instead of `npm run dev` and `npm run test:unit`. ## Considerations Maybe there are different layers of tests....

enhancement
good first issue

## Actual Hi, I am facing some critical language server issue on 2.0.6. It was a very mysterious issue, so after seeing 2.0.6 is a new release I decided to...

### Environment **Vuetify Version:** 3.4.7 **Vue Version:** 3.4.0-beta.1 **Browsers:** Firefox 120.0 **OS:** Windows 10 ### Steps to reproduce 1. use VColorPicker as the content of VMenu ### Expected Behavior no...

S: triage
S: stale

#### Expected result *pyproject.toml* ```toml [tool.pip-tools] src_files = ["requirements.in", "dev-requirements.in"] output_file = "requirements-lock.txt" ``` pip-sync syncs from requirements-lock.txt #### Actual result looks for requirements.txt #### Steps to replicate 1. use...

bug
sync
config

## Expected *pyproject.toml* ```toml [tool.pip-tools] src_files = ["requirements.in", "dev-requirements.in"] output_file = "requirements-lock.txt" ``` output command is `pip-compile` ## Actual ```txt # # This file is autogenerated by pip-compile with Python...