Jens Hausdorf
Jens Hausdorf
I changed the signature of `private function convertDuration(string $rawDuration): int {` to `private function convertDuration(string §rawDuration): int {` and suddenly this error has popped up. ``` [Error - 9:45:13 PM]...
``` Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\WINDOWS\system32> npm install --global --production windows-build-tools > [email protected] postinstall C:\Program Files\nodejs\node_modules\windows-build-tools > node ./lib/index.js Downloading BuildTools_Full.exe Downloading python-2.7.14.amd64.msi [>...
Personally, I'd like to chain my settings, so instead of this: ```php // init SecureHeaders $headers = new SecureHeaders; $headers->auto(); $headers->hsts(); $headers->csp([ 'default-src' => [ 'none' ], 'script-src' => [...
would be quite cool when I can set a flag and psysh is installing the latest manual data for me. :)
Instead of listening to *everything* https://github.com/zignd/HTML-CSS-Class-Completion/blob/749536f81de5f6ec0ba54c7d3e769d91d21f424c/package.json#L21-L23 we could use something like: ```json "activationEvents": [ "onLanguage:css", "workspaceContains:**/*.css" ], ``` which will only start the extension when there are css files on...
Navigating to https://monitor.firefox.com/protect-my-email results into the following error: ``` Error: Failed to lookup view "private-relay" in views directory "/app/views" ``` 
See:  Test script: ```php
``` call to a member function setArguments() on null {"exception":"[object] (Symfony\Component\Debug\Exception\FatalThrowableError(code: 0): Call to a member function setArguments() on null at /xxx/vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessBuilderFactory.php:171) local.ERROR: Call to a member function setArguments() on...
preparing for https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues/412 -- - [ ] Set `declare(strict_types=1);` in *every* file and fix any type-converting struggles. - [ ] Use scalar type hints, null type hints and return type...