Greg Anderson
Greg Anderson
The behat/mink-selenium2-driver project has created a 1.3 branch for us, so continued use of 1.3.x-dev will work. Note that `~1.3` and even `~1.3@dev` do not work; these both resolve to...
It's been a while since I've looked at this code. Isn't there an alias alter hook that you could attach to rather than using pre-init? Regarding swapping out services, Drush...
Hm, okay, so our alias alter example doesn't really alter the alias, it just examines the alias and sets global input options. I think that hook pre-init happens before redispatch,...
@bomoko Yes; please let me know if you want any further clarification on any of my ideas.
Haven't looked, but sounds best.
I think the problem is that each section is put into its own table, and each one decides on its own where to break the columns.
I don't really want to institute rules along the lines of whether any given function may or may not throw an exception based on how the user perceives the consequences...
I didn't really remember the history here, but there is some [discussion](https://github.com/drush-ops/drush/pull/3075#pullrequestreview-70165077) attached to the PR you quote above. From that, it implies that command-specific options for `drush @remote sql:dump`...
Providing a default value in the example file is a reasonable ask. The type error is also a bug that should be addressed.
Hm, yes, in hindsight, it does make a lot more sense to create the user if it does not exist rather than to drop it if it does exist. PRs...