Kevin Evans

Results 38 issues of Kevin Evans

you'll need to edit package.json & register the package with npm. one it's published, you should be able to use `npm install smoothjs` sorry for spamming you with these PRs!...

Would be great if Smooth.js was registered with [Bower](http://bower.io). There's some information on [doing this here](http://devhike.blogspot.com/2013/06/how-to-register-your-library-or.html).

Would it be possible to add in support for typed arrays? In particular, Uint8 arrays would be best. Edit: I believe that you can just replace your Array methods like...

Is it possible to ignore `NoneType` (`null`) when encoding? As in, if I have a dataclass like: ``` @dataclass_json() @dataclass class Group: account: str thing: str ``` and I initialize...

It'd be nice if there was an API exported from the javascript version. I'd like to just do something like this to start the server in my own application: ```...

Please do!

enhancement
priority-somewhere-in-the-middle

I'm having some trouble with passing the context (for Redux's `store`) into a react-three-renderer component. I'm trying to use Redux's `connect()` on a component that returns an `object3d`, but it's...

bug

I'm trying to access the `attributes` property of a `PlaneBufferGeometry`. What's the best way to do this? With three.js, I can just do: ``` var planeGeometry = new THREE.PlaneGeometry(1, 1);...

question

It'd be nice if there were a few node.js examples, because I'm not exactly sure how this library outputs using node...

Is it possible to choose a different output device? Right now, it selects to the system default, but I would like to choose a different one than that. Ideally, I...

enhancement
low-priority