Petr Hála
Petr Hála
Is there way how to supply a default value for a configuration option by supplying it a function which will be evaluated only when needed e.g. when the option is...
When Backend caching is enabled and apisonator is down, uncached credentials return always 500 regardless of `BACKEND_CACHE_POLICY_FAIL_CLOSED`. Cached credentials work as expected.
If you have only mapping rule `[GET] /ip`, and you try to request `[POST] /ip` it returns 403, but if you try `[GET] /incorrect` it returns 404. I think those...
Apicast supports patterns like `/anything/bar/{id}` which acts like a wildcard and hits both `/anything/bar/123` and `/anything/bar/test`. Should this feature be added also into the adapter?
# Overview Current networking sucks, this PR aims to completely redesign and rewrite the entire networking component of the game. This includes: * Server module * Almost everything will be...
There is very old trackviewer written in coffee script. It might still work since the track format is still the same but would be great if it was integrated into...
In the current network scheme, the server doesn't check clients positions so sometimes the client goes out of sync (he sees different ball positions) than the rest of the players.
Currently, the server-client communication is based on text messages separated by tab (e.g `starttrack \t trackname...`), processed by one big if statement across multiple methods. It is a mess and...
Server cant really handle disconnecting players correctly.
We should add the ability to build docker images for our artefacts. - [x] Server Image - [x] CI integration - [x] Release tags in quay