Elmer de Looff
Elmer de Looff
I have a schema with a reference graph that looks like `openapi.yaml` -> `sub/paths.yaml` -> `schemas.yaml`. The middle schema is in a subdirectory and the first and last schemas are...
### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...
Currently timbles works for single header-row tables only. I'm currently looking at a table with a multi-row `` that I would like to be sortable and have it do "the...
Renderer.is_error now delegates to Form.is_error which implements the nested dictionary traversal. Apologies for the massive ton of white-space differences introduced by the editor. The actual changes happen near line 120...
I have a schema that defines a single non-empty text field and sets the controls that allow additional fields and filters them. The schema looks like this: ``` python class...
I'm working on an application that uses venusian to help with resource registration, and it's excellent for that. What I'm running into is a problem where `ValueError` raised by the...
This defers the tuple destructuring in callback execution out of the for-loop and places it in a tighter try/except block to protect against metaclass shenanigans. The `callback(...)` call is therefore...