Patryk Koryzna
Results
3
comments of
Patryk Koryzna
Minimal example here: https://gist.github.com/pkoryzna/f288d8471c7e1c8822b3594d043d7017
yes, it should be possible with `from_dict` method, give it a try: ``` >>> from dotdict import DotDict >>> nested = {"A": {"B": {"C": {"D": 1}}}} >>> abcd = DotDict.from_dict(nested)...
I'm experiencing the same issue on ESP32-C6 with 2.3.4, instant crash on `deinit()` and reboot. It happens with either value of the argument.