Andreas Wolf

Results 11 issues of Andreas Wolf

The acme-tiny client currently used by this role is very limited and would require implementing some functionality externally (e.g. fetching intermediate certs, creation of chained certificates). Dehydrated (formerly known as...

enhancement
help wanted

Currently, the role will always return at least one step as changed, making it look non-idempotent: The "generate the initial certificate" (which btw. should be renamed to use the plural)...

# Description Includes the event duration after the start time in the detail view's top bar # Before No duration was shown # After The duration (e.g. "60 min") is...

Feature request
Stale
Date & time
Session details

The tool `patch` does not have the parameter `--no-backup-if-mismatch` on FreeBSD (10.3-p5), therefore applying patches currently fails in my production environment. I’m not sure if there is a reliable way...

bug

Resolves: #838

missing sample / test
research needed
missing-changelog

### What are you trying to achieve? I have the following setup: * two functional test cases * each has its own test extension in a subfolder `Fixtures/test_extension` with a...

Components fetch the session from the session manager when required. This information is cached. When running multiple tests that do not rely on the same session, this leads to failing...

The error is also preventable by not configuring Sentry for the 'Sentry' log key, but this is not really obvious, so its safer to prevent it by breaking the endless...

When a domain has configured a $_GET var (most prominently L), a visitor can still set that variable to a different value, leading e.g. to a different language being shown....

The repository pattern existed before Extbase and is useful w/o Extbase, so having a check that lets PhpStan fail if a class called `SomethingRepository` does not (directly or via a...