Stefan Kruppa

Results 9 comments of Stefan Kruppa

Maybe this could be achieved by combining two changes that don't introduce too specific behavior: 1. Add a log level OFF in the configuration only, so that a logger with...

It might also be useful to be able to exclude certain files or directories.

@ondrejmirtes Thanks for your reply. These are the steps (I didn't doublecheck, so there might be mistakes in them, but I think the way in general gets clear): - `composer...

TIL: There's a better solution for what I want to achieve: https://symfony.com/doc/current/controller/argument_value_resolver.html (and I found it just after complaining :-) ). So maybe the ParamResolver is only used in conjunction...

Thank you very much for your PR and a thousand sorries for the long delay. I created a new PR for the United Kingdom: https://github.com/umulmrum/holiday/pull/22 In this PR, I did...

Hi @oasnskl, thank you very much for your work, and please excuse the long delay. Don't worry about the tests - I can add those (in the meantime the docs...

Sorry for the mere "I agree" comment, but at least I'd like to stress out the security perspective here. Adding a rather unknown and unmaintained library, that adds a transitive...

@DannyvdSluijs From my point of view it's only about the icecave dependency, not about dependencies in general. Using `sebastian/comparator` in an old version isn't ideal, but at least Sebastian Bergmann...

Hi, Symfony developer and colleague of @trigrab here. I think I can help on that part: Symfony allows multiple data types here: strings, arrays, and objects (basically anything that is...