Keerthan Jaic

Results 7 comments of Keerthan Jaic

I'm using node v6. [email protected] fails to install due to these errors: ``` In file included from ../node-icu-charset-detector.cpp:2:0: ../../nan/nan.h:590:20: error: variable or field ‘AddGCEpilogueCallback’ declared void v8::Isolate::GCEpilogueCallback callback ^ ../../nan/nan.h:590:7:...

Thank you! > If there are any additional drawbacks to having non-executable files in `$path`, please let me know and I will move them to another place. Some tools like...

This PR fixes okta+duo login issues for me too.

@resnikb could you merge/rebase this branch with master for CI to get triggered again?

@wolfeidau We've been using this fix at my workplace for a few months and can confirm that it fixes okta infinite loop issues we were experiencing. Any chance you could...

@wolfeidau @mapkon any chance we could get this merged in?

It was because the name of the song had a '%' in it, this change to def quote src fixed it: def quote src src.gsub(/'/, "''").gsub(/"/, "\\"").gsub(/%/, "%%") end