Devin Weaver

Results 128 comments of Devin Weaver

+1 http://code.google.com/p/gitit/issues/detail?id=55 seems promising.

## Screenshots ![ios simulator screen shot mar 24 2014 7 47 06 pm](https://f.cloud.github.com/assets/70075/2506867/2aaadf1c-b3af-11e3-9066-9163566f17b1.png) ![ios simulator screen shot mar 24 2014 7 49 41 pm](https://f.cloud.github.com/assets/70075/2506873/2d291d26-b3af-11e3-9fd8-e15f6b251a13.png)

If this was a wanted feature I'd have a click handler on the best box which toggles between best and moves. Least that's how I would add it. That is...

@nullvoxpopuli This is the reproduction I was talking about.

I just ran into this and yes. You can mutatate the `validationMap` of a changeset after instantiating. It requires that a validationMap has previously been provided. I have work in...

Just ran into this problem. Accidentally installed my homeshick castles on a shared account. Now I need to go through each file one at a time to undo the links.

This worked… mostly: ``` sh homeshick -v link \ | sed 's/ */ /g;/ignored/d' \ | cut -d' ' -f 3 \ # tail -r or tac or sed '1!G;h;$d'...

I din't have access to the packer you use to make `openkeyval.packed.js` That will have to be done after the merge by the project owner.

For those curious you can manually enable sinon's assert API with the following lines: ```js import QUnit from 'qunit'; import sinon from 'sinon'; sinon.assert.pass = (assertion) => QUnit.assert.ok(true, assertion); sinon.assert.fail...

Disclaimer: I haven't read this yet, But I did have a related yet independent idea. What ii all service classes inherited a **static** `inject` method which could look up the...