Jens Hausdorf

Results 18 issues of 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' => [...

feature request

would be quite cool when I can set a flag and psysh is installing the latest manual data for me. :)

enhancement
docs

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...

enhancement

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" ``` ![image demonstrating the error message](https://user-images.githubusercontent.com/11234139/80501715-0b785780-8970-11ea-8640-7edcbfe68396.png)

See: ![image](https://user-images.githubusercontent.com/11234139/27002704-453bb168-4de8-11e7-9b72-c179c7ac00e6.png) Test script: ```php

bug

``` 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...

bug

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...