Brad Jones

Results 103 comments of Brad Jones

@nicolas-grekas Yeah, that's fair and why I anticipated some discussion on this point. The proposal for a recursive option to `::normalizeQueryString()` is what I had first thought of, and perhaps...

Test failure appears to be from `HEAD`, not this change.

How about putting this behind an option flag as with other similar dumping alternatives?

Another use case here, again from Drupal-land. Now that Drupal CI is run on GitLab the template allows modules to express patches in their `composer.json` which will be applied during...

So messing around with this for a while, I've found that `DefinitionProvider` is final, so no overriding its methods. It seems there's no way to do what I'm discussing by...

I ended up implementing a custom serializer for the object type in question, but I think there's still room for the ability to skip a serialization without being able to...

@frankdejonge Friendly ping on this... the front page still shows 1.0.0 as the "release"? I think the only thing required here is for tags to have a label?

I think that's a bit of a different situation, TBH. This is a case where the underling db type _is_ supported by Drush, it just doesn't know it can dump...

Except in many cases the custom driver is just providing some additional functionality and doesn't need to provide any custom logic for loading or dumping the db... it's just extending.