Dane Powell
Dane Powell
Can you be more specific, i.e. what commit / version fixes this? I'm still experiencing the bug in 4.2.2. Happens whenever my MQTT server restarts.
I'm helping to merge the most critical PRs. Like Cameron said, we can't merge anything risky due to the limited test coverage, but if there's something truly breaking you can...
Also seeing this with 1.1.1.160 on Mac High Sierra.
I think I've figured out why this is happening. That code you linked to is never actually invoked on most systems, because the hosts file is owned by root and...
I've opened a PR to fix this. Note that this may actually be a dangerous bug. When vagrant hostsupdater appends to a hosts file without a newline, its output gets...
@cgsmith actually I just confirmed via a test that Vagrant Hostsupdater _will_ destructively modify your hosts file if it does not contain a trailing newline. Easy to test, just add...
Ah okay it's working now, the problem was that newer versions of Wargus don't store data in the same location, so I was inadvertently copying v3.0.0 files which apparently don't...
Thanks a lot, this worked great for me, except I had to double the delete cycle time (on a pretty fast machine and ISP, so I imagine most people would...
This is still a bug. It can occur, for instance, when importing a large SQL file via Drush over SSH: - https://github.com/acquia/cli/pull/1581 - https://github.com/consolidation/site-process/issues/74 Some of the workarounds proposed here...
I think this may have actually been fixed in https://github.com/symfony/process/commit/e3c46cc5689c8782944274bb30702106ecbe3b64 The errors we were seeing in our own application may have been due to running multiple Symfony subprocesses in sequence,...