Arnout Boks
Arnout Boks
Methods like `MatrixFactory::create()` and some others make use of a type `number` in their `@param` annotations (i.e. `number[][] $A` for `MatrixFactory::create()`). However, `number` is not a valid/existing PHP type, and...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.10.2 #### Summary Using DBAL with MySQL, if a deadlock occurs inside...
**Frequently asked questions** - [x] I have read [Frequently Asked Questions](https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions) - [x] I have looked at the list of the existing issues (including closed issues) and searched if my...
The diff algorithm does not always keep HTML entity references intact, which can be problematic when later loading the resulting diff as HTML (e.g. when diffing a list entry). This...
The commonmark spec for emphasis/strong (https://spec.commonmark.org/0.30/#emphasis-and-strong-emphasis) specifies in its rules that in `foo*a*` the first `*` opens emphasis, but in `foo*_*` it doesn't. This is because it is not a...
We currently encounter an issue where clicking on some 'view all'-links causes the 'viewport' iframe to load the pattern lab index page again, leading to a second (non-functional) navigation bar...
### Which packages are impacted by your issue? @graphql-codegen/visitor-plugin-common ### Describe the bug With of `@graphql-codegen/[email protected]`, is seems that when an aliased object field and a conditional inline fragment are...