Bob van de Vijver
Bob van de Vijver
Look like the workaround added in https://github.com/bolt/core/pull/2496 now breaks on PHP8.1.  Details ------- | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version | 5.1.1 | Install type...
The translation fallback implementation currently does not work, as the `isEmpty` check in the doctrine behaviour dependency uses `empty` to determine whether the translation value is empty. It breaks as...
**Is your enhancement request related to a problem? Please describe.** PHP8 added [attribute support](https://www.php.net/manual/en/language.attributes.overview.php), but they are currently rendered as simply a comment. **Describe the solution you'd like** I would...
Got some deprecations after upgrading to webpack-dev-server 4.1.0: ``` (node:27973) [DEP_WEBPACK_DEV_SERVER_CONSTRUCTOR] DeprecationWarning: Using 'compiler' as the first argument is deprecated. Please use 'options' as the first argument and 'compiler' as...
I'm not sure whether this is related to anything in the upgrade of Encore, Webpack or any related dependency, but I'm curious if any of you might know what might...
### Steps To Reproduce 1. Use multiple accounts (I have three accounts over three different instances), all with biometrics unlock. For the browser plugin I use different profiles to be...
I cannot find anything about this in the documentation, but would it be possible to specify different test configurations based on the environment the benchmark is running on? For example,...
Fixed version of #187.
This fixes the Github workflow.
When using a promoted readonly only property in a class, this library will generate code that tries to change the readonly property and therefor breaking execution. Consider the following class...