Mischa Braam

Results 36 comments of Mischa Braam

Ran into the same issue of a project depending on imagick with Magento 2.3.3, tried to install imagick using installation suggestions from https://ma.ttias.be/install-phps-imagick-extension-on-mac-with-brew/ but failed doing so (in fact it...

I'm on Monterey, which works fine. Still an issue? Of not, you may close this issue.

Tests my be passed, but I don't think this is complete. The switch case for commands has no breaks. So the command `valet blackfire test` will not break the switch...

Found a solution for this yet? `valet secure` followed by `valet unsecure` results in the same error (without the log though), but for every website.

https://laracasts.com/discuss/channels/general-discussion/the-process-has-been-signaled-with-signal-6 This might be related?

Also merged to `release/2.4` branch.

Is this still an issue? I can't reproduce it.

I've built in a fallback. ``` $process = null; if (is_callable(Process::class, 'fromShellCommandline')) { $process = Process::fromShellCommandline($command); } else { $process = new Process($command); } ``` I've had feedback this doesn't...

@JPry please see https://github.com/weprovide/valet-plus/pull/598. Can you let me know if this works?