Arnar Yngvason

Results 10 comments of Arnar Yngvason

Will this eventually be completed and merged?

The syntax has a lot to offer, but one major benefit, in my opinion, is getters and setters: ``` javascript @createModelFromClass class User { ... get name() { return [this.firstName,...

@WaldoJeffers Yeah, just define the `schema` as a static variable on the class. I've already implemented this on my forked version of thinky. It just needs unittesting.

If the last commit doesn't work, you can use the one before it. I'm using that one in production. On Wed, Aug 24, 2016, 19:59 WaldoJeffers [email protected] wrote: > Ah...

I can't merge this if it's not LiveScript. And I can't work from the diff either because all the lines are "changed". Windows style newlines?

I haven’t actually tested that. Let me know if you find something out. If the destroy method isn’t working, do me a favour and create a ticket :) On 29...

Thank you Felix, go for it :)

I think it has something to do with the loading of the google fonts. I've been meaning to fix this for some time.

I understand now what you mean. Sublime Text has a more sophisticated approach to this. I have simply not implemented this behaviour yet. So for now, this is the expected...