Patrick Fuller

Results 27 comments of Patrick Fuller

You can deep copy the `jgraph` object to run independent canvases. Something like this should work: ```javascript var left, right; left = $.extend({}, jgraph); right = $.extend({}, jgraph); left.create('.graph-left'); $.getJSON('graphs/lesmis.json',...

I haven't run this code in a while, but it only ran in browser when I did. If another window's popping up, I'm guessing it has something to do with...

I haven't run camp in a while, but I didn't see this behavior when I did. I had this running for ~3 months on a Pi1 with constant logins, so...

> I'm using the pi camera, and I could partly expect there to be a leak in the driver code, but I'm not sure I'd expect that to play out...

> Maybe we should add an if and read the first value on the tuple returned by camera.read() (line 7x on your code I think), printing an understandable error to...

It's hard for me to debug with phones I don't have, but my best guess is that it has something to do with websockets. Websockets provide a performance boost by...

That's cool! Do you use it to remotely annoy your dog with music?

Did you follow the pattern for [toggle_led](https://github.com/patrickfuller/pi-websocket/blob/master/client.js#L57-L62)? And are you using a javascript linter like ESLint to make sure there are no typos in your code?

Network issues are outside of the scope of this code, so I can't help much. My only guess is to make sure you're entering everything in right, ie: `http://my.pi.ip.addr:8000/`.

@lanhaihang it looks like your open babel install and paths are broken. Did you install open babel through conda?