ProjectNeura / LEADS

Enable your racing car with powerful, data-driven instrumentation, control, and analysis systems, all wrapped up in a gorgeous look.
https://leads.projectneura.org
Apache License 2.0
257 stars 54 forks source link

Restrict the Types of Attributes in `Config` #238

Closed ATATC closed 5 months ago

ATATC commented 5 months ago

JSON files do not support arbitrary object types. The current type hint Any is misleading, making users mistakenly think that any type is acceptable.