Sol Astrius Phœnix
Sol Astrius Phœnix
I have a code like this: ```python from odmantic import Field, Model, EmbeddedModel, Reference from typing import List class Revision(EmbeddedModel): modified_by: "User" = Reference() class User(Model): revisions: List[Revision] ``` It...
Fix projector for multiple players on server (closes #230) Fix `import file` max payload size (fixes game crashing related to #216)
### Check for duplicates - [X] Checked ### Comment Heya. In your README.md you've written `Font [Eureka Font]` and I don't seem to find this exact font on Google. Can...
I am currently developing an asynchronous app with `motor` instead of `pymongo` and `mypy`. As far as I know, it's not that different from PyMongo, and, in some places uses...