DevelArt Ivan Vlk
DevelArt Ivan Vlk
Thanks for the hints. Worspace thumbnail position did the job. Didn't realized that's it :) About the dock icons, tried to play around with that, but it hasn't any effect....
Small investigation update: Seems, that package is hardcoded to search for packages within node_modules folder, therefore when changing module folder, it fails. I just verified that by backlinking public/static/components to...
Sure: --modules-folder public/static/components/
Yep, thats all :) Meantime I "fixed" it by symlink to the node_modules, but all points to the harcoded paths in Plugin script.
Is there any way how to reproduce this without installing any 3rd party agent?
This is MSSQL related, pls?
As failing tests are suggesting, these are breaking changes, not really backward compatible. Therefore I'm against this PR to be merged.
Well, we still have tons of hints, forcing some type. Like: ` public function getViewScript(?string $action = null, ?bool $noController = null): string` Why exactly we are trying to be...
@sreichel could you make that conditional? This should not be by default for sure.
imo you need to test both cases. Old one and your new update, so run 2 different tests for 2 different use cases. I think you can simply feed some...