Nikita Vasilyev
Nikita Vasilyev
http://jsonpatch.com/
https://developer.chrome.com/docs/extensions/reference/webRequest/#manifest ``` "permissions": [ "webRequest", "*://*.google.com/" ], ``` In the extensions console, I see this warning: Permission '*://*.google.com/' is unknown or URL pattern is malformed.
Is it possible to generate usage files from man pages _automatically_? If so, it would be awesome!
Feature request. List options from man page, without opening, well, man page. ``` $ ls -↹ -A List all entries except for . and ... Always set for the super-user....
How ls.usage should look like? ``` $ man ls SYNOPSIS ls [-ABCFGHLPRTWZabcdefghiklmnopqrstuwx1] [file ...] $ echo "ls [-ABCFGHLPRTWZabcdefghiklmnopqrstuwx1] [file ...]" > ~/.compleat/ls.usage $ exec bash $ ls -↹ $ ls...
upflow.attach( document.getElementById("canvas"), document.getElementById("content"), my_converter); I want to set up my own converter on initialization. Now I can do it by `upflow.showdown = my_converter`, but it will override converter for _all_...
http://immelman.ru/test/viewport/ `.outerWidth()` / `.outerHeight()` instead of `.width()` / `.height()` could fix it. Bug [found by @subzey](http://twitter.com/subzey/status/26442492951).
Would be great to have `?pretty=1` param to output formatted and highlighted HTML-code. For debug purposes only.
Click causes alert box to close.