nickajacks1
nickajacks1
Encouraging users to access the default context keys using constants defined in the middleware packages may reduce the impact of such changes.
> Prefix context keys with "fiber" and middleware name (e.g., fiberCsrfToken or fiberBasicAuthUsername) or just the middleware name (e.g., csrfToken or basicAuthUsername). Though unlikely to happen in the first place,...
> @nickajacks1 adding prefixes is still stringly-typed and unsafe, yet it is also a breaking change. Let's just change to an unexported type which will never, ever collide. It's the...
I feel like having a version that doesn't take a context is redundant because people can just pass `context.TODO()` if they dont need a context. Just my personal opinion though.
@leonklingele I think what you suggested looks very comfortable to use for simple cases. I've observed some rather large challenges that I've seen in providing proper openapi support in looking...
should an internal member function of the App object be used similar to `app.getString`? I would find it confusing if CopyString didn't actually copy.
@brunodmartins v3-beta is the latest v3 development branch
@damianham I'm repeatedly `curl`ing the server in the first code example, and I'm not able to reproduce the issue. Are you still able to reproduce the problem? Do you recall...
Unfortunately I only have the resources to work with Linux, so if allowing BR/EDR connections would fundamentally break things, I probably won't be able to make an acceptable contribution in...
> What do you mean? > It would help if you could describe your particular use case. Sure, I can get into specifics. I need to be able to discover...