Alex
Alex
@rousan > > ... nicer to have something like Router::serve(SocketAddr) so one can just start building things as in every other web framework. > > At the beginning, the Routerify...
I believe we should probably have a discussion regarding the implementation of this. IE: Should it be per request, or should there be a global limit, what should the default...
> I think this can be implemented in a pre middleware similar to how warp does it https://github.com/seanmonstar/warp/blob/master/src/filters/body.rs#L51 > Hyper will not read more than content-length bytes of the body....
Could add an `escape` or `break` call in order to immediately escape recursion?
Can confirm this bug is still here. Most likely a regression or some conditional compile flag that wasn't set when it should have been
Current noteworthy issues: - [x] [FIXED] Character spawns in ground - [x] [FIXED] Character gets put in floor at bottom of steep surfaces, and is unable to jump out -...
Accidentally pushed commit from an experiment branch, force pushed to undo it.
There appears to currently be no way to respawn a player using vscript. Would you mind exposing ForceRespawn() or ForceRegenerateAndRespawn() to VScript?