Angad Kambli
Angad Kambli
Tutorial PR for the [pseudolocalization feature I'm adding to Godot as part of GSoC](https://github.com/godotengine/godot/pull/49361).
Disregard the previous PR. The work for this is mostly completed. Once the next seaweedFS release happens (which usually does every 5-6 days), I'll rebuild the docker images for the...
Now the database contents are being uploaded correctly to seaweedfs. However, on terminating gasper, because seaweedfs is running as a thread in it, seaweedfs gets terminated and the databases crash...
**Describe the bug** I have written a docker file that mounts its working directory onto seaweedfs and then starts mongodb on it. It exits with an exception. **System Setup** -...
This happens randomly and there doesn't seem to be any pattern to it. So, the crash could happen on the first call or even after a long number of calls....
More of a feature request than a bug. A timer could be added for this - and we could also expose these properties (retry_enabled and retry_timer_threshold) to the user. I...
Modifies Dockerfile to actually run pinger instead of just running the `version` command. Adds a docker-compose.yml for easy startup.