Michael Shapiro
Michael Shapiro
Added a new make target for creating OS X dynamic libraries (.dylib).
I'm trying to build the library with OpenMP support, to train my own classifier. As far as I can tell, clang doesn't support OpenMP, so I'm using gcc. Upon building,...
Under Rainbows, it looks like actions are being called twice, and don't return response bodies. I've created a repo that reproduces the problem: https://github.com/koudelka/rainbows_cramp_fighting
a d3 exception is thrown without a useful backtrace, likely to do with the message sequence charts
Looks like subexec's timeout functionality doesn't work unless you specify a logfile. In https://github.com/nulayer/subexec/blob/master/lib/subexec.rb#L80, #readlines blocks. ``` $ time ruby -r subexec -e 'Subexec.run "echo 'hello' && sleep 3", :timeout...