Voltra

Results 68 comments of Voltra

For future reference: I don't mind being tagged in PR/issues regarding the composables I've written. It'll probably help with intent and might result in adding laravel-style comments to the code...

Gotcha, maybe in the future we could have a flag in the constructor to enable automating this?

Related: https://github.com/npm/cli/issues/4225

The escape functions aren't correct either, working on a PR I found this: ```javascript promiseSpawn('node', ['C:\\R&D\\node.js'], { shell: 'cmd.exe', }) ``` Spawns `cmd.exe /d /s /c node C:\R^&D\node.js` which isn't...

I suggest taking inspiration from [Symfony's `Process::prepareWindowsCommandLine`](https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/Process/Process.php#L1509) to escape arguments. It does the right thing when you pass an array to the constructor (e.g. `new Process(['node', 'D:\\R&D\\node.js'])->run()`).

> I cant install it, because my npm throws errors because I don't use pnpm. Do you know how I could resolve this issue? This doesn't happen with the main...

A temporary fix, for those who like me need it to work on Windows, is to have a (project-local) monkey patch file that includes: ```php if (!function_exists('pcntl_alarm')) { function pcntl_alarm(int...

That might be what's causing the issue! Only inspecting entry files instead of the whole CSS file tree

> Thanks for the issue report. Can you attach a txt file with the log using -d common from command line? Also can you attach a txt file with the...

[Results of `darktable-cltest`](https://github.com/user-attachments/files/22546676/darktable-cltest.txt) [Results of `darktable -d common`](https://github.com/user-attachments/files/22546682/darktable--d-common.txt) after crash and as first successful launch of the boot cycle