Daniel G. Taylor
Daniel G. Taylor
BTW, the Huma v2 beta has been released, and while this functionality is not directly built-in to the library it is now possible to do just by setting a custom...
This is something I have planned for the future. Right now my focus is on public recipes so that the site gets more publicly visible content and users are more...
Understandable. It's worth noting that when creating a new recipe the editor saves state locally in your browser, so that's one way to work on a recipe in private at...
Looks like the following stack trace explains the issue: ``` python 'NoneType' object has no attribute 'lower' Traceback (most recent call last): File "/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1529, in __call__ rv =...
Fantastic idea! I'd like to use some harmony features too in the near future.
Any update on this? It's hard to recommend Elements be used when a fairly basic feature is missing. This makes it so maps are just documented as `object` which isn't...
Take a look at https://github.com/danielgtaylor/huma/pull/63 which is related to this problem and would enable you to drop read-only fields on the input side. Perhaps the better solution is to have...
At the moment there is no such functionality in Boto 3, however future hand-written customizations could provide something similar.
I agree that it would be nice. Some things to consider if anybody wants to look into this: - What current technologies would you use? Knockout.js may not be the...
Just wanted to share that while it won't just automatically generate OpenAPI from your existing codebase, https://github.com/danielgtaylor/huma does provide a layer on top of Fiber that gives you OpenAPI 3.1...