Claus F. Strasburger
Claus F. Strasburger
I just did a few tests *clicking on unfocused windows*: - Firefox: - clicking the URL bar selects it (I can start typing a URL), even if a website element...
This is stll a problem with the most recent release -- since the release is built with go1.18, it fails to run when using go1.17. Is there a way to...
Sorry to dig this out -- I've been working with, and noticed reflection does not work in my buf setup (mostly using https://github.com/SchwarzIT/go-template): ```bash $ grpcurl -plaintext -vv localhost:9090 list...
As another workaround, I figured I can keep using gnostic if I omit the `option (gnostic.openapi.v3.*)` annotations from my proto definitions. This makes reflection work, and I don't particularly need...
I think I'm being hit by the same problem - I have two separate packages using the same `ContainerRequest` definition (from a util package) to start a database. in about...
Yep, seems fixed here as well!
My first instinct would be to remove the X-Forwarded-For code from timetagger, trust the functionality in uvicorn and configure it automatically and/or document how to. Though I‘m not sure why...
@foorschtbar Could you please describe the setup you’re using, the flags and env vars, and which headers are passed by your reverse proxy? In my tests, using oauth2-proxy, timetagger (without...
Ah, that explains it. Just checked the uvicorn code: https://github.com/encode/uvicorn/blob/87387273945624452c1f0e797bcf2a539b0c9211/uvicorn/middleware/proxy_headers.py#L28 The behavior there seems to only happen when the reverse proxy uses 127.0.0.1. It‘s not clear to me why setting...
Hm, @foorschtbar I‘d guess that in your case the traefik requests are coming to timetagger from 172.x.x.x, so you‘re not triggering this bug.