Luke Towers
Luke Towers
@multiwebinc are you able to try out the ignition plugin and see if that helps? You might have to use this WIP PR: https://github.com/wintercms/wn-ignition-plugin/pull/2 but @robertalexa should be finishing it...
Probably because 2.0 and 3.0 have been tagged since then 😜
@exts you're looking at the wrong repo. https://github.com/assetic-php/assetic/releases 
@exts I'm not exactly sure where the confusion is coming from, it is available on packagist. See https://packagist.org/packages/assetic/framework Does that help? You should just be able to run composer require...
@bennothommo can you fix the linter?
It could just be because it's late and I should probably go to bed, but why exactly is this necessary? This feels very wrong, to be modifying the value returned...
But the setAttribute is dealing with the raw value of the attribute as stored in the attributes array, it's not dealing with the value as potentially mutated through an accessor...
What's the status of this?
We should probably call it `manual` instead, `storm` isn't really a special value that's treated any differently if I recall, it's just the use of any non-supported values that triggers...
Personally I'd like to see us switch to using the anonymous class migration method that we now use in the core scaffolds: https://github.com/wintercms/winter/blob/develop/modules/system/console/scaffold/migration/migration.create.stub; although that would necessitate a new major...