Mateo Gianolio

Results 31 comments of Mateo Gianolio

Good catch! It's a result of having the nblas module optional. When I implemented the try..catch-require, it made typescript typing impossible because the nblas types (https://github.com/nperf/nblas/blob/master/src/types.ts) are not there because...

I think WASM calls still have a non-negligible overhead, and I don't think SIMD is officially supported by WASM yet? But as far as I can tell neon (https://neon-bindings.com/) should...

The `node4` branch works with node >=4.0.0 (just tried with 5.8.0): ``` bash $ git checkout node4 $ npm link ```

Just chiming in here: https://github.com/orbital-systems/react-native-esp-idf-provisioning

Thanks for submitting an issue, I will have to test on a VM with Ubuntu. I'll get back to you if I find the cause. Is the error message exactly...

Hi, tested on VM with ubuntu 18.04 and I could reproduce your error. After some digging I managed to fix it, so I just published 0.3.2. I have tested it...

Hi there! Seems like it's a problem using TkAgg with docker. See [this stackoverflow question](https://stackoverflow.com/questions/37604289/tkinter-tclerror-no-display-name-and-no-display-environment-variable). Removing [this line](https://github.com/mateogianolio/matplotnode/blob/master/src/matplotlib.h#L69) would probably solve the problem but I had to add it due...

Hey! Not really sure what work is required to make it work with Python 3 and I don't know if I will have the time to research it. Feel free...

Hey, it might work with python 3 now if you are still interested.