jisaacstone
jisaacstone
Python requires package folders to have an '__init__.py' file, but usually this file is empty. Since there is no code in the file adding a copyright header seemed to me...
I have an Enum where the numeric values are used internally, but the string values are used in the API calls. I have solved this by using the FieldEncoder class....
Just writing a note to let you know I threw together a very basic syntax highlighting script for vim, since that is the editor I use https://github.com/jisaacstone/lark.vim Doesn't have the...
Using a MapAttribute as a raw container that has Enum values does not work. eg ```python class MyModel(Model): # this does not work as expected - errors on serialization my_enum_mapping...