Nicolas Schneider

Results 64 comments of Nicolas Schneider

Thanks for the gevent fix! However, I think we are now in a weird situation where we cannot switch to gevent anymore, since our code base now uses async/await everywhere...

Can we maybe use a sync Connector and just hand it a pre-created event loop? Then everything related to the connector should happen on that loop and if we don't...

> Which database driver would you like to use? I am a bit confused by this sentence... Initially (when we were running with regular flask) we used pg8000. We then...

An alternative solution would be to run ludusavi as a daemon and set up a file system event watcher (e.g. inotifywait) for all the known paths. Then the savegames could...