Scott Hunter

Results 5 issues of Scott Hunter

If I have a route that uses a query string: ``` var route = crossroads.addRoute('someRoute/:?params:', function(params) {}); hasher.setHash(route.interpolate({ params: { q: 'a b' } }); ``` the hash ends up...

defect

Currently, values specified via interval always implicitly include the start and stop times, and subsequent intervals always replace previous intervals. That is, if you have value `1` from `t1` to...

- [x] Require a `version` property on the document object. - [x] Remove BC code for pixelOffset - [x] Remove BC code for Image properties - [x] Remove extra conjugation...

When we write samples, we use the first sample time as the epoch time, and blindly use epoch seconds for all remaining samples. When the duration since the epoch increases...

enhancement

I'm seeing a case where the correct, fully qualified code entity reference is not found when building help, even though the reference exactly matches what's in the XML documentation file,...