Daniel Ruf

Results 910 comments of Daniel Ruf

We should focus on fixing the affected projects. See also https://github.com/Marak/colors.js/issues/285#issuecomment-1008212640 > Surely the policy wouldn't apply if they're removing something malicious. Yes as this would be against the usage...

it is still not available

Would be good to have some tests, probably based on puppeteer and Browserstack.

Afaik there is jest-puppeteer to simplify the integration.

https://www.npmjs.com/package/jest-puppeteer

Same here. I use MacOS Catalina, lftp 4.9.2 and it happens with both variants (gnutls and openssl - tested with macports and homebrew).

Not sure if this is related: https://github.com/proftpd/proftpd/issues/959

Interestingly it works on GHA with this action: https://github.com/kevinpainchaud/simple-ftp-deploy-action Maybe someone can check the image and the settings of the lftp version there (I don't have Docker on my local...

I've checked what `set -a` outputs in the container: ```patch --- lftp-working 2021-07-25 01:13:06.000000000 +0200 +++ lftp-broken 2021-07-25 01:11:57.000000000 +0200 @@ -45,8 +45,8 @@ set cmd:verify-host yes set cmd:verify-path yes...

I tried to build from the source and I get not past the `./config.h:2701:11: fatal error: 'trio.h' file not found` error =( You may want to try to build lftp...