Results 16 issues of hschletz

This is my simple route definition: ``` '[--flag|-f] ' ``` Only "-f" and "-flag" match, "--flag" does not. According to the documentation, "--flag" should match, which would also follow common...

Output always uses a dot as a decimal separator, regardless of locale. It should be possible to provide a locale as an option, or even autodetect it via \Locale::getDefault().

enhancement

https://open-vsx.org/extension/recca0120/vscode-phpunit is still at 3.0.30.

The NcSelect component in 9.x has a computed property `inputRequired()` which references `this.value` which is not defined. It probably should be `this.modelValue`. This results in warnings in the browser console:...

NcTextArea generates a warning in the browser console upon initialization and every subsequent keystroke: ``` [Vue warn]: Property "type" was accessed during render but is not defined on instance. at

According to the documentation, "any PostLoad methods will be invoked with no arguments in lexical order." This is not true: ````php class MyClass { private string $prop1; private string $prop2;...