Hayk Martiros
Hayk Martiros
Adds a javascript codegen backend to symforce. This change supports 1D and 2D matrices as javascript Array and Array of Arrays. It generates functions that run in node. It does...
Can get segfaults if the server goes down while running commands. Get back to the previous behavior, where the disconnect callback is invoked.
Either require specific version, or just submodule it. It's a small library, might just be worth submoduling. Would it be smart to do the same with libev?
So that we can have debug/trace log messages that are included at compile time only when compiled in Debug mode. Right now, we can set the log level but having...
Create with CPack
When we get an error reply, hiredis gives us a string. Provide this string as a parameter c.err() or c.error(). Also stick in our own messages on WRONG_TYPE, NIL_REPLY, etc.