Alexander Ebert

Results 73 issues of Alexander Ebert

### Detailed Description of the Problem The CLI runtime API offers to inspect a stick table and to filter it. However, it appears to be that it’s not possible to...

type: bug
status: works as designed
type: doc
status: future fix

## 📝 Provide detailed reproduction steps (if any) 1. Go to https://ckeditor.com/docs/ckeditor5/latest/features/images/images-overview.html 2. Remove everything after the logo of Warsaw in the headline. 3. Use Cmd+A to select everything in...

type:bug
package:image
domain:ui/ux
browser:safari
package:select-all
squad:core

## 📝 Provide detailed reproduction steps (if any) In some cases – which are unknown to me – resetting the editor by [settings it to an empty string](https://github.com/WoltLab/WCF/blob/6.2.0_Beta_2/ts/WoltLabSuite/Core/Component/Ckeditor.ts#L109-L126) appears to...

type:bug

I’m in the process of writing a parser that goes through log lines and have the need of discarding small segments. I have used (or abused) `terminated()` for this since...

The poll system is largely unchanged since WCF 2.0. While there have been improvements over time to the UI and UX, there have been no conceptual revisions at large. There...

We cannot change the behavior of the existing `JSON::encode()` and `JSON::decode()` implementations but we can deprecate them in favor of new methods that offer the same but rely on `\JSON_THROW_ON_ERROR`....

We’re currently only targeting PHP 8.1-8.4 since PHP 8.5 is not yet released and dependencies had not been updated. This has changed in so far as dependencies are being updated....

Discussion

See https://www.woltlab.com/community/thread/298734/

- [ ] Disallow the creation of unknown phrases, these must be silently ignored. - [ ] Remove the selection of the package the uploaded file belongs to. Motivation for...

There is currently still a significant usage of the legacy methods that have been deprecated in 6.0. They are bad from a DX perspective by not allowing for automated imports...