Results 124 comments of Sebastien Piquemal
trafficstars

I understand the idea between this division, it's just that I feels silly to duplicate the high-level API source code in order to parse my output from the low-level API...

Ah nevermind, I don't actually need to parse, I can just use `client.images.get(name)` no need for image id

thanks for the great library by the way :) loving it

@BaseInfinity how do you get this access token? In my app page I have only the id and the secret.

Hello @sjbowen ! Unfortunately I don't have time to maintain this and find a fix. If you do find a fix yourself, I'd be happy to look at it, test...

Thanks, building portaudio from source did the trick, however when trying to run your example I get : http://pastebin.com/KzjUwKji So looks like something didn't work after all... any idea ?

No ... that didn't help. I have portaudio installed in several places, but all of them contain `Pa_GetDefaultOutputDevice`. Is there a way to check-out which shared object the node library...

this gives me this : ``` linux-gate.so.1 => (0xb76f1000) libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb75e6000) libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb75cb000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7420000) libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb73f4000) /lib/ld-linux.so.2 (0xb76f2000) libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1...

Hi @tatecarson ! What do you mean by livereload? Do you mean automatic restart if the server crash?

so the thing is rhizome is just a node.js file. You need to find where it gets installed on your system by running `which rhizome` and then you can run...