hickeroar
Results
2
issues of
hickeroar
Currently the only way to add custom measures is to fork the repo and add them there, then open a PR if we want them permanently added to convert-units. It'd...
enhancement
candidate
I was attempting to add companies to a user by using: `user.companies.append({"company_id": "abc123", "name": "Test Company"})` Since this doesn't trigger `__setattr__`, it's never marked for sending to the API when...