Daniil Gentili

Results 185 comments of Daniil Gentili
trafficstars

Actually nevermind, it seems like there's a bug in the InArray assertion reconciler

+++, would be real nice, plus it seem like native assertions are kinda broken in this sense as well: https://psalm.dev/r/13be9b6dce

I can consistently reproduce this on my machine with a very simple local docker-compose setup with a single compose file: ``` version: "3.7" services: caddy: image: lucaslorentz/caddy-docker-proxy:ci-alpine ports: - 80:80...

Ayy, thanks, this works perfectly!

My amphp IPC library might help vere: https://github.com/danog/ipc

What I meant by web forking isn't actual POSIX forking, but forking by making a web request to the HTTP endpoint from which the script was accessed. I just added...

I assume connection could be retried automatically within a certain timeout; I _did_ simply add a systemd service dependency to redis to fix the issue in my case, but still,...

^, I also am currently in need of those pseudorandom primitives, 0 .. n-1 is also fine for me.

About this, just found https://github.com/containers/krunvm which can create actual VMs using KVM from plain OCI images!