Sebastien Dumetz
Sebastien Dumetz
Icurrently, when one uses `communicator.send()` to write a packet, he will soon get a `ResponsePacket` The specification (ESP3) states that : If the answer time between REQUEST/EVENT and RESPONSE exceeds...
It would make sense to me to have a web UI available as 3rd party software and I'm ready to start something to at least meet my own needs. Before...
I have ran into it multiple times with this library (or previously with my home made equivalent). SDL2 does detect a SDL_JOYDEVICEADDED but then no further SDL_JOYBUTTONDOWN is emitted. It's...
I took commit from #51 and added a simple test. Updated the spec accordingly. Please let me know if it meet your needs.
If a resource is locked, any request bearing a `If: ()` header would still get through because of this. I couldn't find a way to unit-test this behavior but it...
[babel-plugin-transform-runtime](http://babeljs.io/docs/en/babel-plugin-transform-runtime/) is the preferred way to export polyfills for libraries to avoid poluting the global scope. The fix proposed in issue #1 isn't a good option in my opinion because...
I'm getting segfaults when I run cage from a terminal and stop it using `SIGINT` or `SIGTERM`. I'm not 100% sure it's a bug and it might be from my...