Edgeworth
Edgeworth
Thanks for investigating!
Hey, no worries. I'm just using 0.17.0. It's non-urgent for me at least.
This still happens for me, on rust version 1.61.0-nightly (10913c000 2022-03-03) and rust-analyzer vscode extension version: 9d473a0b9 2022-03-04 nightly.
I confirmed that this is no longer an issue, so closing this.
In case anyone is interested, I was also looking at this since I wanted to load, run and save JAX models I previously saved to tf SavedModels and repeat that...
No worries, thank you for your work.
It looks to me like the library currently works for nested tuples, see the OP ```python print(TestInput2.from_json('{"cols": [["a", "b"], ["c", "d"]]}')) ``` gives `TestInput2(cols=(('a', 'b'), ('c', 'd')))`, but the union...
I'm also finding the recent-ish change to disallow multiple chexify quite difficult since my graph of functions is not a tree with a single root but I still want chexify...
I'm also seeing this - unused variable warnings on struct members that are used (removing them causes a compile error)
Thank you for working on this. Looks like in the latest iteration of the above PR, it can be specified via pyproject.toml per project. This definitely works for my use...