Vijay

Results 9 comments of Vijay

I got a similar error on windows. the batch script is broken, had to fix many things to make it work. But a major error was `UnicodeDecodeError: 'charmap' codec can't...

Shouldn't this issue be closed then? anyway I have a separate issue but related, so I don't know if i should open a new issue or what (really should close...

Can you please tell me exactly what happens in the flow? see the following notes from the code: > ;~ ScreenFLow Notes > > ;~ 1 : Activation 1 basic...

![bookmarkletsidebug](https://cloud.githubusercontent.com/assets/6483712/15120534/cf96ee06-1633-11e6-8bbc-77c3c0a7098c.gif) Thanks for the quick response. I expected as much, but if you are writing a bookmarklet you expect it to interact with a webpage. Thus Ideally you should run...

New issue, when I save a very long script, it removes all newlines after a certain number of lines, and just makes it one really long line. I think this...

Yes I understand that, however the beautify isn't working as expected. A 50 line code is reduced to 19 lines after save and open. Anyway, I ended up doing most...

This is the result of the faulty beautify ``` (function(){ if (window.jQuery === undefined) { var done = false; js = document.createElement('SCRIPT'); js.type = 'text/javascript'; js.src = '//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'; js.onload =...

From a slightly different version. ``` (function(){ if (window.jQuery === undefined) { var done = false; js = document.createElement('SCRIPT'); js.type = 'text/javascript'; js.src = '//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'; js.onload = js.onreadystatechange = function()...

Unfortunately generating new random keys to try out is not the intent of this software and thus not supported. If you want to generate keys you have to look at...