Nils Hörrmann

Results 166 comments of Nils Hörrmann

Some use cases: 1. In a plugin I'd like to change a configuration setting on the fly but don't want the changes to be stored in the config or vice...

As a quick fix, I duplicated the SmartQuotes fixer with rules for nested quotes. If this is run additionally, everything is converted correctly: ```php

Yes, I'd like to do that but first need to understand the library a bit better (first time using it today). The `StateBag` is still a blackbox to me and...

> Thanks for reporting the issue and sharing your solution, it looks good to me - the SmartQuote fixer could do that by running first with ' and second with...

Yes, I did try that but in the end curly quotes and nested quotes have similar matching pattern so they need to be looked at simultaneously: - If curly quote...

I just notices this is a duplicate of #75 and I'm the author 🙈

Hmm … yes, that's not how I looked at it so far. I usually look at the list of errors to create new redirects wherever needed and exceptions don't have...

> have you tried using the lowercase version $this->autoid() that avoid trying to push the page and just reads the field. Oh, yes, I do work around this in my...

Thanks for your quick reply and the information about the shared copyright. Using Composer would not be our first choice but it would work for us for now. If you...