Aleksandr Razumov
Aleksandr Razumov
Yes, you can check for any error, the #1478 handling can be pretty flexible. Hopefully it will help.
BTW I think that AUTH_KEY_DUPLICATED should have 401 code too and this code should handle it. Anyway I've also added `AUTH_KEY_DUPLICATED` error to ```go if tgerr.Is(err, "AUTH_KEY_UNREGISTERED", "SESSION_EXPIRED", "AUTH_KEY_DUPLICATED") {...
I've tagged gotd `v0.110.1` with fix from submitted PR, thank you
So having following schema ```yaml openapi: 3.0.3 info: title: Discriminator example description: Example version: 1.0.0 paths: /example: get: responses: 200: description: OK content: "application/json": schema: $ref: '#/components/schemas/Response' components: schemas: Alpha:...
@levlam PTAL, gentle ping. Can't perform automated QA without test accounts, pretty critical issue. I fully rely on it to make 100% sure my libraries work correctly. Please fix it,...
I’ve “solved” this problem by creating a system that manages multiple real accounts on test server and provides them as a service that handles login codes and sends them to...
I've never used pooling myself too, so nothing to add here from my side. Exposing `Close` method looks ok for me.
Current layer is 209, probably it was removed between 195 and 209.
https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#send_user_header
I've tried trimming the digest, but still getting error: ``` Normal Pulled 3m37s (x1040 over 48m) kubelet Container image "quay.io/cilium/hubble-relay:v1.18.2@sha256:6079308ee15e44dff476fb522612732f7c5c4407a1017bc3470916242b0405ac" already present on machine Warning Failed 3m26s (x1041 over 48m)...