Moshe Weitzman
Moshe Weitzman
If the user turned on timing, then I'm not 100% sure we should turn it off for all our queries. I could go either way.
I think a --no-psqlrc flag would cause as much harm as good.
I looked into this a bit. The default value of `true` does accept a string, so the [=PROGRESS] is rightly shown. If we dont want a value, I'm not sure...
Related https://github.com/drush-ops/drush/issues/4825#issuecomment-918695596
This could now be comfortable added to maint:set
Any chance you are using Drush Launcher instead of calling vendor/bin/drush directly? I cant reproduce this on OSX.
maybe share output of `drush status` and `composer show`
Your output looks OK to me. Its not clear to me whats going on.
In https://github.com/drush-ops/drush/blob/11.x/src/Commands/core/RunserverCommands.php#L80, does `isTtySupported()` return `TRUE`? If so, why does consolidation/site-process (thats where `Tty` class lives) think you have support where Symfony Process thinks you dont.
@greg-1-anderson any ideas?