Elijah Insua

Results 29 issues of 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

bug

![2014-12-17_18h45_40](https://cloud.githubusercontent.com/assets/46673/5482864/03d93e56-861d-11e4-9947-b19354da64da.png)

enhancement

should probably autodetect `-` and quote it for ease of use ![screen shot 2014-09-19 at 7 52 59 am](https://cloud.githubusercontent.com/assets/46673/4337158/ca959622-400c-11e4-8180-affbae980638.png) ![screen shot 2014-09-19 at 7 52 21 am](https://cloud.githubusercontent.com/assets/46673/4337159/ca9edfc0-400c-11e4-8332-cb9dcf671924.png)

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]`

bug

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

bug

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

feature

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...

feature

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...

constraints

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...

constraints