Bodo Kaiser
Bodo Kaiser
Hey, I am really glad I found this project and I think this has the potential to be the next mongodb package for node :) This just as a small...
When passing `spi.HalfDuplex` as parameter to `spidev.Connect(...)` I get >sysfs-spi: setting mode Mode3|HalfDuplex failed: invalid argument I was able to track the error down to this line: https://github.com/google/periph/blob/a72045d66f9be001cc8da21c9f67ef35d54f1675/host/sysfs/spi.go#L299 Any ideas...
### The Problem I am not able to set up a custom control which converts a comma separated floats from string to array. ### Steps to Reproduce See codepen link...
These are the results of the current segnet implementation:    As they are far from the paper results there must be a systematic error in our implementation. Here...
As in the FCN paper which means: ### 1. Pixel Accuracy Sum of all pixels correctly classified divided through total number of pixels. ### 2. Mean Accuracy Mean per class...
Hi, the default settings of vis.js used by entviz produces overlapping edges and nodes for more complex relations: (I censored the names because this is from work). I tried to...
When does ejs support component.json?
fix following: - [ ] client disconnect - [ ] event managment (two separate event lists?)
We need to free the parser struct on `on_message_comple` else the memory will grow and grow
do ``` using v8::Object; using v8::Arguments; ``` instead of calling directly