Sandro Circi

Results 228 comments of Sandro Circi

Sorry @Lucas-Gruber for not reaching out earlier, had a busy week. Yes, indeed it is an SSR related issue (the composable tries to establish a connection while still server-side). I...

> Are there any news on this? Yes, but unfortunately they do require a custom implementation that could easily break with future SDK updates. On this subject I do plan...

Would it be possible to create dedicated pg major tags for the docker images? For example a general `17`, `16`, `15`, `14` and `13` tags. Currently if I want to...

> I changed my mind on this, sorry. Context in the PR linked > Actually I don't think we should release Docker images without a version of our product on......

> The pgversion-paradedbversion is required for our CloudNativePG Helm Chart, but all other tags are just ours. We could totally do this, I like it. Could you please submit a...

> I need to look more closely but I'm not sure the generic will work this way 🤔 @sandros94 do you have an opinion on this? Somehow I've missed this...

I've tried this but failed miserably Dockerfile (pushed as `sandros94/caddy-cache-l4:2.9.1.0` for convenience): ```dockerfile ARG CADDY_VERSION=2.9.1 FROM caddy:${CADDY_VERSION}-builder AS builder RUN xcaddy build \ --with github.com/lucaslorentz/caddy-docker-proxy/v2 \ --with github.com/caddyserver/cache-handler \ --with...

I just realized that with the `SSL SYSCALL error: EOF detected` error that means that it is postgres responding (so proxing does work) but caddy doesn't generate any certificates to...

> does that mean the instgram provider will be out of service as of tomorrow? yes, exactly. My original plan was to wait a little bit and hope for a...

I'm also interested in this one as I started working on https://github.com/unjs/h3/pull/997 One of the reason I started working with this JWE implementation was because I wanted to have a...