OpenCyphal / yukon

The OpenCyphal IDE
https://opencyphal.org
MIT License
16 stars 0 forks source link

Create proxy objects for javascript and Python settings #330

Open silverv opened 1 year ago

silverv commented 1 year ago

The Javascript Proxy object can be used to fake any requested access to nonexistent dictionaries and return valid values like false. I am not sure whether Python supports this. This can be used to avoid breakage introduced when the user removes some setting.