Results 15 comments of zarak

I didn't explicitely, I believe this is a mistake when I tried to make another PR

C'est fix, merci beaucoup !

That would be a very nice feature to have natively implemented in VictoriaMetrics. I'd like to go for VictoriaMetrics over Mimir for various reasons, but the alerting/notifications part is yet...

After tweaking the Dockerfile a bit, I check the ownership of the `/test` directory created: with the CLI: `drwxr-xr-x 1 user user 29 Apr 16 16:39 .` with docker py:...

Interesting fact while looking at the docker daemon logs in debug mode, I have a cache miss with the python API build(): `dockerd[441776]: time="2024-04-16T19:09:18.842770073+02:00" level=debug msg="[BUILDER] Cache miss: [/bin/sh -c...

It appears to be because I tried to run this app as root. Using a non-root user and `const browser = await puppeteer.launch({args: ['--no-sandbox', '--disable-setuid-sandbox']});` works for the moment in...

I'm also interested in, I didn't find any clue elsewhere