John Landeholt

Results 3 issues of John Landeholt

I believe I've found a miss in the resolver. Currently, I can't seem to do the following when a field is numeric: ```python class MyModel(JSONModel): my_field: int = Field(index=True) MyModel(my_field=1).save()...

**Is your feature request related to a problem? Please describe.** When you inherit modelmetaclass, the dataclass_transform decorator gets lost, resulting in LSP not being able to source fields for schemas...

Hey. We are experimenting with writing data into AOF logs in azure adls gen2. However, when we are trying to see if its possible to both write to the logs...