Alexander Ebert

Results 73 issues of Alexander Ebert

The style system already supports a huge customizable color palette, but each color variable can be assigned a single value only. This creates a situation where styles are sometimes offered...

Feature

The colors are static and the icon is still based on 256px, despite larger icons up to 512px are supported. See https://web.dev/add-manifest/#splash-screen

Discussion

Nesting the same template inside a `foreach` loop that is also accessed inside the nested call will overwrite the values from the outer template due to identical identifiers being used....

Bug
P1: Medium

We do use quite a lot of mixins to keep things consistent, most important generating CSS for different viewport sizes and font styles. For some reason this trips the SCSS...

spec compliance

* [x] Require the `intl` extension in PHP. #5047 * [x] Add support for the locale selection of languages. * [x] Convert the relative timestamps to use `Intl.*`. * [x]...

Feature

The style compatibility mode was introduced with WoltLab Suite 3.1 with the intention to create an easier migration path when breaking changes occur. In reality this mode was highly intransparent...

Feature
P1: Medium

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.73.0 (Universal) - OS Version: macOS 13.0 (arm64) ## Context We are maintaining TypeScript projects across...

See https://github.com/WoltLab/WCF/issues/5093#issuecomment-1297754751

Documentation

**PHP version**: 8.2.11 **guzzlehttp/psr7**: 2.6.1 **Description** The `Uri` class is able to parse malformed URIs but this results in `Uri::__toString()` generating a malformed URI. Attempting to pass that URI back...

The existing label selection uses a legacy jQuery component and requires a lot of boilerplate code to integrate with both the frontend and backend. The new `LabelPicker` and `LabelPickerGroup` implementation...

Feature