0x0
0x0
I was getting this same issue. `peewee.ProgrammingError: close cannot be used while an asynchronous query is underway` After tracing through the issue, I determined it was due to my setup...
Posted 0.0.29 that pins to pydantic v0.29: https://pypi.org/project/ormantic/#history Code that fixes bug with change to pydantic will be committed next.
@collerek looks great. sorry I had to step away from this project due to time restrictions. Your work is great. Archiving this repo and putting a link to yours on...
Currently tracking this issue in the encode/orm project, will migrate their solution here: https://github.com/encode/orm/issues/40
For anyone looking to convert OTF to TTF fonts, I have packaged up the above reference script into a separate package here: https://github.com/awesometoolbox/otf2ttf It can be installed via pip: `pip...