Gaëtan Trellu
Gaëtan Trellu
I'm able to capture the `X-Forwarded-For` in HAproxy which contains the real client IP with ` capture request header X-Forwarded-For len 20`, but I don't know how to "re-create" the...
`proxy_protocol` option is only supported in `stream` not in `http`. I have to use `http` to handle the `server_name`. Not sure there is a way for me to fix this,...
Hi guys, thanks for this PR!, I'm glad to see this change!
@nischi is there any commit related to this change?
But after checking in the code repo, since `tools/picamera.py` doesn't exist anymore I'm not sure there is anything to do about that here. `picamera` is imported from `imutils` so if...
Same here with Postgres 13 and the operator version 1.3.0. I has to delete the `postgres` pod _(just the pod, not the pvc)_.
@iconag-bbasmer Have you been able to achieve your first goal? ```javascript const appName = "FederatedAppName/ComponentName"; const MyModule = React.lazy(() => import(appName); ```
> I have not and I have stopped trying already a while ago. I dropped working with Vite as a whole and work now with Nx with Webpack to generate...
> I have not and I have stopped trying already a while ago. I dropped working with Vite as a whole and work now with Nx with Webpack to generate...
> Well, that depends heavily on your needs. Nx itself is a beast to understand and work with but once I understood the concepts, I really like it. They have...