Mike Crittenden

Results 9 issues of Mike Crittenden

The Wiki seems to be completely empty at the moment, despite the README pointing to it.

https://code.google.com/p/webgrind/ -- it looks good, is easy to install, and saves us the time of having to put cachegrind files into a synced directory and open them on the host...

If xdebug is set to enabled in the environment.yaml, then xdebug.ini should probably have remote debugging turned on so it can be used right off the bat. I did it...

Is this already possible? I'd like merge commits to not trigger lolcommits to run, since those tend to be completely uninteresting and pointless to document.

feature

Here's some example output from my project: ``` 5.65s$ gulp build --production [16:14:55] Requiring external module babel-core/register [16:14:56] Using gulpfile ~/build/mikecrittenden/shortkeys/gulpfile.babel.js [16:14:56] Starting 'build'... [16:14:56] Starting 'clean'... [16:14:56] Finished 'clean'...

Any thoughts on supporting Angular 2 anytime soon?

For example, a flow that has 10 members, only 3 of which are currently online will show all 10 members in the IRC user list. However, in the web UI,...

I just overrode key.filter() to also ignore keypresses when the current element is contenteditable, using this code: ``` key.filter = function(event) { var tagName = (event.target || event.srcElement).tagName; var editable...

Ideally, you could paste in a chunk of text and it would make each line a task. However, even the option to get basic pasting working would be great...I can't...