Daniel G. Taylor
Daniel G. Taylor
@gregoryjjb @lazharichir @amsal please take a look at #351 and let me know what you think.
@burgesQ FYI, I've opened up #338 to try and address some of this. Please take a look!
Does the example at https://huma.rocks/features/bring-your-own-router/#route-groups-base-urls not work for you?
@spa5k if you must override headers in router-agnostic middleware, you can create your own struct which wraps `huma.Context` and override `yourStruct.Header(name string) string` to return the values you want. Otherwise,...
@lordspinach I have zero experience doing i18n in Go. I've done it in Python programs in the past using gettext, but am not entirely sure where to start, so I'm...
@wolveix yes this is a little bit of an inconvenience until I can refactor some of the code to potentially support pointer parameters. For now I suggest using meaningful zero...
@wolveix unfortunately it's some of the most complex code in the project which glues together all the smaller pieces and takes the cached reflection info to parse and set values...
@lsdch this looks amazing! I will dig in and give it a thorough review soon, just wanted to say thanks for all the work on this and I like the...
@lsdch awesome work! I will dig in and do a thorough review ASAP! Thank you.
@lsdch you're right I don't think this is easy right now. I'm curious what the use-case is. The idea behind a single error type is that the API is consistent...