Hi again @bhch!
This concept of validation with coordinates is very nice and very powerful! I wonder if you have a workaround for working with coordinates in a recursive nesting reference.
On the other hand, and for curiosity since I am also constantly flattening/unflattening dicts, why do you prefer to merge the key in a whole string separated by §, instead of using a tuple as the key? I also ran into issues similar as the ones you had with -, at the end it suited me better to just use tuples.
Anyway, thanks for such wonderful work!
Hi again @bhch!
This concept of validation with coordinates is very nice and very powerful! I wonder if you have a workaround for working with coordinates in a recursive nesting reference.
On the other hand, and for curiosity since I am also constantly flattening/unflattening dicts, why do you prefer to merge the key in a whole string separated by
§, instead of using a tuple as the key? I also ran into issues similar as the ones you had with-, at the end it suited me better to just use tuples.Anyway, thanks for such wonderful work!