richardpenner

Results 5 comments of richardpenner

Coming into the same issue and noticed that `ldd /path/to/rpi_gpio.so` reveals a missing dependency: ``` … libruby.so.2.7 => not found … ``` So maybe it needs Ruby 2.7.0 installed? I'm...

Yeah that fixes it. For anyone else arriving here from google: - the error message above is hard to read, but it's complaining about missing `libruby.so.2.7`, not the gpio file...

Same freeze zooming in on New York City. But not rural Ontario.

It looks like you're scanning up to the symbol character set, and then assuming that the symbol part of the scanned string has at least 2 characters: NSString *word=[read substringWithRange:NSMakeRange(idx,...

I've seen a similar error: `Missing access_token URL parameter.`. It was fixed by adding one line to`_request_` in `class.instagram.js`: ``` options['headers']['Content-Length'] = post_data.length; options['headers']['Content-Type'] = 'application/x-www-form-urlencoded'; // this is the...