Marcel Pociot

Results 187 comments of Marcel Pociot

We had a similar crash report, which was related to a macOS bug (https://github.com/beyondcode/herd-community/issues/1073) Could you try and update your OS? Edit: Is there a way for you to reproduce...

Okay so I was able to reproduce this. This error seems to be a race condition that occurs when you have a LOT of dump/query calls at the same time....

This is now fixed with Herd 1.11.2

@adgower sorry for the late reply. You should be able to fix this by deleting the PHP version - or by installing a PHP update via the UI. Feel free...

The spinner can also be used without the pcntl extension installed, as it will render a static spinner in this case: https://github.com/laravel/prompts/blob/main/src/Spinner.php#L50-L52 I would personally prefer it if the message...

Hm yeah we currently add a `SIGINT` listener and then revert our modified Vite `hot` file. I guess this never gets called when expose exits because of an exception 🤔...

Could you share your username in case there's an issue with special characters in there?

Hmm..we try to stop all running PHP CGI services when attempting to update, as Windows otherwise throws file permission errors. Maybe this is not working for you. I just tried...

@tm69 can you try and manually run the install.ps1 script in powershell?