Michael

Results 11 comments of Michael

@nieldlr so you can bind it to some key or just press `F12`

I tryied, but... simialr quiestion http://stackoverflow.com/questions/10387712/activate-extension-via-short-cut-key and links http://developer.chrome.com/extensions/commands.html but devtools-terminal is not extension - it`s package app and open chrome package apps on shorcut key is imposibble now let...

another README.md fix ``` rb j = Tag.find 102 j.self_and_ancestor_ids => [102, 87, 77] j.update parent_id: 96 j.self_and_ancestor_ids => [102, 96, 95, 78] ``` should the last array look like...

``` javascript $('button').data('push',true); $('a').data('push',true); ```

error build from source ``` bash $ git clone git://github.com/redcar/redcar.git Cloning into 'redcar'... remote: Counting objects: 48428, done. remote: Compressing objects: 100% (19438/19438), done. remote: Total 48428 (delta 27800), reused...

@robbied72 so you may close it or no?

I see [ngxmodgen](https://github.com/cubicdaiya/ngxmodgen). I`m going to add some fetures to it. Great! So, what about add all fetures for nginx module generation like in http://www.evanmiller.org/nginx-modules-guide.html

@cubicdaiya thanks! You opened my eyes. "^_^".open # => O_O Year, Sysoev Igor saw about PCRE: "I know how it works, but I did not used it! And you will...