Luke Towers
Luke Towers
Is the intention behind this to allow definitions using October v4's syntax? (i.e. https://github.com/OFFLINE-GmbH/oc-responsive-images-plugin/commit/741e145a71df7838b1526747da43d522141ed02d, https://github.com/octobercms/october/blob/8b8d2f7444ea98da488014504f51e12f4150465a/modules/system/classes/MarkupExtensionItem.php#L80-L98). If that's the case I think we need to be a bit more explicit about...
@matteotrubini any ideas for an implementation for this?
@lex0r you could always use a trait to add it to multiple controllers
@bennothommo any ideas for how to protect it from misuse? I wouldn't want to add it and allow it to be triggered by users without the developers realizing by simply...
Can anyone provide some sample use cases here for us to consider?
Closing as it has been over a month since any activity on this occurred and we are trying to figure out what issues are still relevant. If this is still...
@dereuromark is https://github.com/sebastianbergmann/phpunit/pull/6281 related at all? I had an error that was causing my tearDown to fail before cleaning up properly and I wasn't seeing the error message because the...
@lex0r can you add a PR to the docs or some usage examples?
@mjauvin can you provide any additional context to this (i.e. docs or usage examples) or otherwise confirm that this works fine without breaking anything else?
@msimkunas could you in your listener just check to see if the relevant attributes are set yet and return early if they are not? It will still be fired where...