Rikuo "sp4ghet" Hasegawa

Results 45 comments of Rikuo "sp4ghet" Hasegawa

![image](https://user-images.githubusercontent.com/8775460/29501508-d66b598c-8663-11e7-923d-ddde8ba6cb19.png) It looks like there are some unknowns in the original corpus, which means the total size of `vectors` is different from `num_words * dimensions` and reshape won't work. Adding...

Actually, on second thought it should probably be less hardcoded and be more like `if word in dct.keys():`

Anything from `gl_debug_check!` immediately after & before? could be an error elsewhere that breaks OpenGL state if your `name` is guaranteed to be sound

Building v1.7.4 seems to fix the main problem with "new page", but the issue still kind of persists with the "date created" text on articles. It would be nice to...

I believe the host timezone is set to EST as the heroku instance is on US-east, but I'm not too sure.

There's a different error which requires you unplug the camera and replug it. It give something related to `select timout` which seems to be a fairly common OpenCV/Linux bug

https://raspberrypi.stackexchange.com/questions/12246/why-does-usb-port-enumeration-change Reading through this

http://rolfblijleven.blogspot.nl/2015/02/howto-persistent-device-names-on.html Using the hard-wired device ID to determine the /dev/ name seems to be the way to go.

I tried unplugging the GND pin on an AM2315 while the firmware is running and it looks like that reproduces this error. I'll look into this a bit more and...

I think I've been able to reproduce this error by unplugging the GND pin(probably any pin) on the AM2315 and then replugging it in. This causes the Arduino to hang...