Bernhard Rusch

Results 231 comments of Bernhard Rusch

Would be nice if you could debug this and provide a fix as a PR - since that's quite hard for us to reproduce and you have an actual case...

Yes, I think @NiklasBr proposed solution is best in that case, but I'd say this should be up to the developer to decide whether the options should be cached or...

Can't see any issues with the cache, at least it's not reproducible for me. So from our side we not going to further work on this. I can reopen it,...

To be honest, I don't think it's good to have 13000 options in one field ... I'm not even sure if this would work with a standard `` in HTML?

To be consistent I'd do the following: 1. Move `Bootstrap::bootstrap();` in `index.php` into the callback function, then it's consistent with `bin/console`. This is something that we'd need to include in...

@kingjia90 `prepareEnvVariables()` comes from a time where Symfony Runtime didn't exist 😉 Since it's `private` I'd assume it can go completely. Regarding the installer: I'd refactor the installer to use...

@danielerne @jdreesen @blankse plz have a look at #16796 - i's kind of a poor mans solution, but should do the job for backwards compatibility. Thanks for your feedback 😊

@dpfaffenbauer yeah, should be, since parts were using it already before, see: https://github.com/pimcore/skeleton/pull/183/files This whole topic was just about making it consistent throughout all packages.

@Cruiser13 I'm wondering why you're experiencing the issue ... how did your `bin/console` before? Because acutally `bin/console` didn't change recently, see: https://github.com/pimcore/skeleton/commits/11.x/bin/console I'd assume you missed the upgrade of the...