Arnar Yngvason

Results 11 issues of 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...

feature

If you know of any websites using this, please comment here.

Please contribute

It would be nice if changes in DOM were detected and scroll automatically updated.

enhancement

Please let me know how this works on smartphones and tablets.

question
Please contribute

Since we're not supporting IE8 anyway, it might be nice to use Object.defineProperty

bug
Please contribute

It should be possible to have IE9 Support. Anyone wanna have a go at it?

enhancement
Please contribute

enhancement

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