Matthieu Tourne

Results 11 issues of Matthieu Tourne

I'm unable to run `yarn storybook` on windows 10 : ``` ERROR in C:/Users/matth/Google Drive/trashcam2/Annotators/react-image-annotate/.storybook/config.js 9:24 Module parse failed: Unexpected token (9:24) You may need an appropriate loader to handle...

here is my application ``` application = MySpyneApp([MySpyneRpc], tns='my.rpc', in_protocol=JsonDocument(validator='soft'), out_protocol=JsonDocument()) ``` and the client that tries to use it : ``` c = HttpClient("http://127.0.0.1:8001/", application) c.my_func("foo", "bar") ``` unfortunately...

I wish it would be possible to add custom CFLAGS from the command line, or in the rockspec file directly. Currently setting CFLAGS=-g to add debug symbol to a particular...

enhancement

GPU & Matlab integration should be tested.

On ubuntu 14.04, with Cython version 0.22 ``` cythoning vision/annotations.pyx to vision/annotations.c Traceback (most recent call last): File "setup.py", line 70, in ext_modules = ext_modules, File "/usr/lib/python2.7/distutils/core.py", line 151, in...

The only thing lacking for my ideal workflow with distel compared to the graphical debugger, is the ability to evaluate expressions from what I'm currently debugging. Is there any way...

Pretty cool stuff. Reading the code I'm just wondering about why so many levels of indirection from indexes to word2vec sentence matrixes. It's like parsing -> creation of an "alphabet"...

I needed master rather than the version on luarocks to fix this issue : https://github.com/wahern/luaossl/issues/53 Seemed easier to make the existing rockspec file work with the repo rather than figure...

packaging/portability

Just curious to see (or hear more?) about your attempt at dc motors + 3d printed harmonic drives. If you could publish the files that would be awesome!

(from the doc added in README.markdown) This environment variable can be set to a comma separated list of function names. If it is set, mockeagain will call the original libc...