Anton Bachin

Results 662 comments of Anton Bachin

Actually, scratch `?enabled` in favor of [`Dream.no_middleware`](https://aantron.github.io/dream/#val-no_middleware). I think the [Testing section](https://aantron.github.io/dream/#testing) is the best place for this `val` to go, and I will then link to it in the...

I do agree with that, but I wanted to stick with `Dream.no_middleware` for now. It is definitely uglier, but it is more composable from the Dream developers' point of view,...

I have the examples building with 4.14.1 (though not Gentoo). I realize you observed them failing on 4.14, but at least the examples are not using 4.12 since #256, so...

I'm going to close this for now, as I was formerly the only interested user, but I've since moved away from most badges, as changes to the GitHub page layout...

This appears to be an issue upstream in Websocket/af and/or Gluten. I used GDB to get a backtrace and added two prints before calls to the deepest functions that were...

FYI this issue and related issues in websocket/af are also apparently the cause of the playground repeatedly stopping (it hangs with 100% CPU, backtraces and `printf`s show that it is...

@hansole Thanks for continuing to look into this! Ping and pong are supportd by the Dream API *and* by the latest forked websocket/af. The versions used by Dream are git...

The way I typically debug Dream together with these upstream libraries is that after `git clone https://github.com/aantron/dream.git --recursive`, I go to `src/vendor/websocketaf` and directly edit the code. The code in...