Julian

Results 221 comments of Julian

tried to compile a symfony project with box 3.7.0 ``` #!/usr/bin/env php Fatal error: Uncaught Symfony\Component\Config\Exception\FileLocatorFileNotFoundException: The file "./config" does not exist (in: ). in phar:///puppet-enc/build/puppet-enc.phar/vendor/symfony/config/FileLocator.php:71 Stack trace: #0 phar:///puppet-enc/build/puppet-enc.phar/vendor/symfony/http-kernel/Config/FileLocator.php(52):...

@Naktibalda but how to access `getMetadata`? my current solution requires the test to inject intself to the actor call `KernelBuildDirIntegrationCest.php`: ``` /** * @group integration * @VersionConstraint(">=5.2") */ final class...

don't know if it is well supported to use ed25519 but using a key type which uses a broken number generator feels wrong for me. - https://medium.com/risan/upgrade-your-ssh-key-to-ed25519-c6e8d60d3c54 - https://security.stackexchange.com/a/74041

can it? isn't it only for the local adapter? shouldn't it be implemented for all/more?

it works quite ok with `watch -n 1 duf` but the sweet `###` bars are gone.

awesome, will test it as soon as you release it. have you planned a release in the next time (have seen that the last release was quite a while ago)?

@mrngm a config file could be handsome. i would prefer to use duf similar to htop and dont have to remember command line switches. so a config where i can...

@M66B any chance of fixing this? i thought about crowdfounding a bounty, would that be something where you can invest more time in your awesome app? how high should it...

do you mind posting the answer here or link it here? the [thread][1] has over 1789 pages. [1]: https://forum.xda-developers.com/xposed/modules/xprivacy-ultimate-android-privacy-app-t2320783/page1789

i had the same problem. fixed it by changing the nginx config. relevant settings: ``` proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $host; ``` `full nginx config...