Arnar Yngvason
Arnar Yngvason
I've added a method called `createModelFromClass` to my [branch](https://github.com/demux/thinky/commit/48e83e09ffe47fcc8e2c16061c747a97eb4ae7dc) This does not change the inner workings of `thinky` but rather takes a `class` and constructs a model from it. If...
If you know of any websites using this, please comment here.
It would be nice if changes in DOM were detected and scroll automatically updated.
Please let me know how this works on smartphones and tablets.
Since we're not supporting IE8 anyway, it might be nice to use Object.defineProperty
It should be possible to have IE9 Support. Anyone wanna have a go at it?
I would like SchemaError to tell me where in the data structure the error occurred. Something like: ``` # Schema: Schema({ 'key1': { 'child1': { 'child2': [ {'pedo': bool} ]...
How much trouble would it be to add support for `AsyncEngine`?