Sōl Astrī

Results 5 issues of Sōl Astrī

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...

enhancement
reference-rework

I use iPadOS 14.7.1. Page I’ve encountered issues with: https://gwern.net/Lunar-sleep ## Drop Cap ![CB27DB76-1F74-48CA-AF6F-0C11713199C3](https://user-images.githubusercontent.com/70720738/164080083-23b64143-82c5-43d0-b6ff-a56e86517ad9.png) ## Right Options Menu partially covers content And doesn’t always work. ![CCAFE51E-DB31-40E3-AAF2-ACA1E8148729](https://user-images.githubusercontent.com/70720738/164080093-964f68c3-4df0-4806-a241-25bb2376da6c.png) ## A content Text...

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...

question

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...

enhancement