Miroslav Šustek
Miroslav Šustek
This PR fixes the following issues: - https://github.com/selectize/selectize.js/issues/1212 - https://github.com/selectize/selectize.js/issues/1216 The **incorrect** behavior can be seen in the following screen-capture:  Also, here is a codepen: https://codepen.io/anon/pen/ERENZB . After this...
Since v1.13.7 (including the latest v1.13.10), when placing the selectpicker with `data-width="100%"` inside flexbox item, the selectpicker overflows its parent element:  This used to work...
In the current Twig documentation there is a note about variable scope defined inside `for` loops: > Note that loops are scoped in Twig; therefore a variable declared inside a...
Issue https://github.com/friendsoftwig/twigcs/issues/27 says: > The body of a macro is a fully isolated scope. So an import done inside a macro must be checked for usage only inside the macro....
There seem to be no changes in the API that smoke tests use: https://phpunit.de/announcements/phpunit-9.html
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
Since the LogoFAIL vulnerability was [publicly disclosed a month ago](https://binarly.io/posts/finding_logofail_the_dangers_of_image_parsing_during_system_boot/) will there be rules for FwHunt, too? Also, I can see that pages https://binarly.io/advisories/BRLY-2023-006/ and https://binarly.io/advisories/BRLY-2023-018/ are not available (displays...
(Sorry for explaining the PR by example with another project but I do not use `php-code-generator` directly.) **EDIT:** Check my comment https://github.com/murtukov/php-code-generator/pull/21#issuecomment-2473881537 below for much simpler example. I am using...