Matthew Nielsen

Results 9 comments of Matthew Nielsen

I know I'm a little late, but I found that adding this plugin removed the error: https://github.com/gabceb/jquery-browser-plugin I am using jquery 1.11.0, jquery-showoff 0.1.2 and jquery-browser-plugin 0.0.5.

I've looked in to adding this a few times myself, and it seems the root difficultly is that TB is based on mechanize which has no provisions for JS. The...

I'm having the same issue, researching it. It appears to be an encoding/decoding issue. This is interesting: ``` 1.9.3-p327 :031 > URI::decode("%257B:url=%253E%2522http://localhost:3000/%2522,%2520:headers=%253Enil%257D") => "%7B:url=%3E%22http://localhost:3000/%22,%20:headers=%3Enil%7D" 1.9.3-p327 :032 > URI::decode("%7B:url=%3E%22http://localhost:3000/%22,%20:headers=%3Enil%7D") => "{:url=>\"http://localhost:3000/\",...

Ok, I found the root of the issue. The gemspec requires "mechanize" version >= 1.0.0. The current version of "mechanize" is 2.5.x and the the syntax of the "get" method...

Use `SystemStatus()` in front of each function, example: ``` SystemStatus().getVCC(); ```

I would like to, but it's a lower priority -- I am not using this gem regularly anymore (not doing phonegap development at the moment) so I haven't looked in...

I'm not against changing it, I was never quite happy with the name anyway, but would "validate" be too generic as well? Also likely to clash? What library is clashing...

I chose to skip the info line because, at the time, properly parsing out the info line in a usable form was a bigger challenge than I wanted to take...

I barely noticed these comments, thanks for reaching out! I haven't worked on this in a a while, though I have a working implementation of a remote control for a...