Kyle Phillips

Results 10 issues of Kyle Phillips

Hello, I have the following function to render a frame, based off of the [MP4Player](https://github.com/mbebenita/Broadway/blob/master/Player/mp4.js#L758) ``` js function renderFrame(){ var video = this.reader.tracks[1]; var units = video.getSampleNALUnits(this.currentSample); for( var i=0;...

According to [this commit to the spec](https://github.com/w3c/webvr/commit/35b70e1c3514a8129e04956651504ff67dbe187f) the plan is to remove dependence on `window`. Instead of `window.onvrdisplaypresentchange` it will be `vrDisplay.onpresentchange` and instead of `navigator.getVRDisplays()` it will be `navigator.vr.getDisplays()`.

feature request

This issue only exists if your `tsconfig.json` does not include `skipLibCheck` enabled, so it was easy enough to bypass, but I ran into these two errors: ``` ERROR in /Users/kylephillips/Dropbox/dev/sketches/grid2d-subdiv-three/node_modules/canvas-recorder/index.d.ts...

because properties x,y and z exist, x(), y() and z() can not be implemented

getComponent() how to implement hasCode()? setComponent()?

Right now a call to `instance.isCompleted()` inside of a `'stop'` handler would return false if invoked through `instance.complete()`. Should be marked as completed prior to event dispatch ``` const loop...

bug

right now the same [editors json](https://github.com/hapticdata/Sketchplate/blob/d1c9df6705e30441ab4d850d63dd6542444b087f/defaults/config.json#L3) is installed for every user, no matter their platform. It would be best to only install relevant editor configs for the user. I can...

When ran as sudo `config.userHome` is reported as `/var/root` and fails due to lack of permissions.

Separating the templates from all of the resources fetched will ease the development of templates. It is convenient to be able to remove resources after they have been fetched so...

enhancement

using [readline](http://nodejs.org/api/readline.html) instead of [commander.js](https://github.com/visionmedia/commander.js/) will allow us to remove the version lock on commander.js. It will also allow us to provide tab auto-complete functionality for features like fetch resources...

enhancement