Ollie Harridge
Ollie Harridge
@Nyholm Yep I can do it, I was just making sure that this hadn't been done by someone else in another PR
@Nyholm I've updated the PR
@Nyholm is there a test for that controller code? I can't seem to see it in the tests?
I'm also seeing this issue on Android (version 11), even though flags are supported in the native emoji picker. Works fine on Apple devices.
You can create your own file visitor using the AuthenticationMessagesExtractor as an example. Just tag your FileVisitorInterface with 'jms_translation.file_visitor' and you can parse exceptions however you like
gassetic needs to be able to delete files when they are removed from the yml for each of the merged files so the files need to be grouped together by...
@Nyholm this is my class that extends the FormExtractor ``` php class MopaBootstrapExtractor extends FormExtractor { /** * @param Node $node * @return null */ public function enterNode(Node $node) {...
@Nyholm in this case yes, but it's possible that there could be a requirement for parsing more custom formats within complex forms, like nested arrays with certain keys that need...
There are plenty of examples in the [stimulus-use](https://github.com/stimulus-use/stimulus-use) project, eg https://github.com/stimulus-use/stimulus-use/blob/main/playground/controllers/dropdown_controller.js