Bob den Otter
Bob den Otter
Hi, I only use afterglow for the nice color schemes. After the update to 2.0.5 or 2.0.6 the icons in the sidebar of the default theme are mostly missing. See...
Hi, Several packages (like https://github.com/nelmio/NelmioCorsBundle) have a hard dependency like this: ```json "paragonie/random_compat": "~1.0|~2.0|9.99.99", ``` They can't be installed anymore: ```bash $ composer require nelmio/security-bundle Using version ^2.10 for nelmio/security-bundle...
Fixes the build error in latest Bootstrap update: ```bash Compiled with some errors in 33.25s ERROR Failed to compile with 2 errors 13:21:28 error in ./assets/scss/bolt.scss 13:21:28 Module build failed...
``` $ bin/console c:c PHP Deprecated: Optional parameter $qb declared before required parameter $utils is implicitly treated as a required parameter in /usr/local/www/arb/vendor/bolt/core/src/Storage/SelectQuery.php on line 112 ```
https://twitter.com/github/status/1427676687215603722
See https://github.com/bolt/four/pull/382#discussion_r277020730
- redo the work in #2659 - perhaps introduce a nive enum library? - perhaps refactor other suitable parts into enums?