Elijah Insua
Elijah Insua
Confirmation of degeneracies were added as a test in 8b509456924f38326c055c131b0282660085bc8f http://arxiv-web3.library.cornell.edu/pdf/1211.3376v1.pdf is an extension of the Greiner-Hormann algorithm that apparently handles degeneracies

should probably autodetect `-` and quote it for ease of use  
right now we look for `-` and split on space to identify words. This breaks date queries `author:tmpvar & created:[2015-04-17 TO 2015-04-19]`
This issue has two parts 1. update npm-normalize to include `time.unpublished` 2. add a es filter to remove unpublished packages reported in gulpjs/plugins#71
Sometimes I use the taskbar to click on icons and with an icon-less application running it makes it ~50/50 whether the right app is focused. The placeholder icon is programmer...
Allow points/lines/circles/etc to be dimensioned as well as used as reference in dimensioning operations This creates `Dimension` objects, that work is tracked in #5
Provide a way to represent a dimension helper __api signature_ `Dimension(a, b, value)` Creates a dimension between `a` and `b` and binds to their `.change` emitter. When either changes, or...
It is possible to arrive at an error state by attempting to add a new relationship against an object that has one or more competing relationships/constraints. When this occurs, we...
When moving a thing, it first needs to check with the constraint manager to see if it is already locked in place. If it's locked, prevent the move. Movement can...