James Lee
James Lee
The current build seems to set the version as: androidx.browser:browser:1.8.0-alpha01. expo-gradle-ext-vars solution does not seem to work as intended anymore.
Thanks for the great work on the fetch client - I noticed that formdata openapi specifications do not generate as expected: ``` export const createTranslation = async (createTranslationBody: CreateTranslationBody, options?:...
@soartec-lab you are amazing - thanks for such a quick fix! sent you some beer money 🍺
Hi @danielgtaylor thanks for the great library. What is the recommended way to setup the route groups without breaking docs for `humachi`? I realized `humafiber` has a `NewWithGroup` method, but...
Thanks @lsdch - this is super useful.
If anyone else is using @lsdch solution above, it's likely that the `InstitutionKindValues` might be a map (especially if your enum is generated). If this is the case, you can...
> It seems to me that overriding `huma.NewErrorWithContext` will do the trick (afaict should work for `huma.NewError` should work too?)? This seems good at first glance as you can extract...
Is there a possible alternative to fix this bug than to do deduplication? I'm slightly worried that deduplication can end up removing stuff that is actually wanted and genuinely duplicated.
Hello @soartec-lab do you have any guidance on how to work on this issue? Currently it is hard to handle non-200 responses and errors in the generated code without this...
I ran into a similar issue. If you run 2 same documents through trafilatura async, it would cause the 2nd document to be eliminated (since it uses the first document...