Bodo Kaiser

Results 26 issues of 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...

enhancement

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...

bug
help wanted

### 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: ![horse](https://cloud.githubusercontent.com/assets/1780466/25223935/2d0c605e-25bd-11e7-8a0a-cd23f793f32e.png) ![horse-segnetfix](https://cloud.githubusercontent.com/assets/1780466/25223942/2f444a4e-25bd-11e7-8849-6648133ad13d.png) ![horse-segnet](https://cloud.githubusercontent.com/assets/1780466/25223943/3134afc4-25bd-11e7-89e4-12816b64b6eb.png) 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?)

enhancement

We need to free the parser struct on `on_message_comple` else the memory will grow and grow

bug

do ``` using v8::Object; using v8::Arguments; ``` instead of calling directly