-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Certain dataclass attributes have names that are not intuitive. This is because the dacite python package can only convert dictionaries to dataclasses if the key name is exactly the same as the class attribute.
This results in crap names like Tag.tag when it should be more appropriately named Tag.name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request