Ruud Kamphuis

Results 363 comments of Ruud Kamphuis

> Isn't adding a one-liner to that file simpler than putting that attribute to every single non-service class? That depends. It's often easy to exclude directories when you group files...

I really want this. My SASS compiling is soooo slow because everything has to be rendered again every time.

Would be useful I guess. I am extending the FOSUser Mailer class and I have to inject this array: ``` %fos_user.registration.confirmation.template% %fos_user.resetting.email.template% %fos_user.registration.confirmation.from_email% %fos_user.resetting.email.from_email% ```

Would this work? config.yml ``` yaml parameters: my_array: - first - second ``` Your class: ``` php /** * @param array $options * @InjectParams({ * "options" = @Inject("%my_array%") * })...

@schmittjoh What do you mean with lazy references? Maybe I can work on it.

I solved it by using a compilerpass: ``` php

I'm facing the same problem at the moment. @danbettles Can you open a PR so we can discuss this further? It should work with `` instead of ``.

I took another approach with just updating the Javascript in #143. Now I can load `nl` + `nl_BE` and it works :)

It would be sweet if the `use` detection could be disabled 🤔 Default enabled, but for advanced use cases disabled.