Peter DeVita
Peter DeVita
Just an idea I had, you could use DynamoDB as a mutex lock to prevent concurrent write operations from overwriting each other. This might be useful for some who are...
This issue occurred for me on Windows 10, I don't know about other platforms but considering this seems to be an issue with the sync logic, I would suspect a...
I can't believe you neanderthals are still developing this without CI! What are you doing? Please add CI right now so I can have a dopamine release when I see...
Anyone have a Docker image for this yet?
Currently, players.json is written to every second. Although it is a small file, since my server is using an SSD I'd prefer to be able to disable or limit how...
Ran into trouble with our tests, which use an in-memory SQLite database. The solution proposed in #75 fixes this and there doesn't seem to be any issues otherwise. Looks like...
Fixes #1227 A regression occurred with #1181 that made it so primary keys were always marked as nullable in a Schema. This fixes that regression and then also fixes the...
**Describe the bug** As a result of #1181, all primary keys are now marked as nullable in ModelSchema, regardless of whether the field is set to nullable or not. I'm...
One feature that I would find useful built into the library is something akin to Pendulum's `.start_of()` method. https://pendulum.eustace.io/docs/#modifiers Given a certain DateTime, this would return a new DateTime at...
It would be nice to be able to get a Date's week as counted from the start of the month or the start of the year, similar to Pendulum's `.week_of_month`...