Jon Wolverton
Jon Wolverton
Ah, I see. Support for `$def`/`$ref` could be useful, especially when recursive structure is involved. I wouldn’t want to dynamically infer that though. There’s too many edge-cases. I would do...
Yeah, that's a really reasonable request. I'll have a look and see how feasible this is. It might be a couple weeks though.
Thanks for the idea! I'm a bit hesitant to add a specific keyword arg for this, but it may point to a more generic use case that we could support....
That makes sense, though which you should choose as the default and why isn't clear. I suppose a `collections.Counter` object could be used to tally up the values and choose...
Thanks for the pointers. It worked fine after I set up access through "network" first. This tip should probably be added to [the docs](https://github.com/home-assistant/addons/blob/d03fc1b/samba/DOCS.md). I'll put up a PR if...
+1 I am also affected.
I haven't seen any movement on this. @ctrlcctrlv, I think your library could be useful as an independent PyPI package. Just add docs, manifests, and preferably some tests. https://packaging.python.org/en/latest/tutorials/packaging-projects/ Once...
If your goal is only to remove the `required` key, you should be able to do that fairly simply with a custom [`Object` SchemaStrategy class](https://github.com/wolverdude/GenSON/blob/v1.2.2/genson/schema/strategies/object.py). Here's an example of how...
This is fixed in v1.3.0
Cool. It seems like there's decent demand for this. It depends on keyword extensions, and having those would also make it easy to add a whole lot of other features...