Andrew Hacking

Results 41 comments of Andrew Hacking

I just addressed a similar problem in PR #107 but based on this issue it seems the problem is a bit wider than just parsing currency (the particular stack level...

IMO it is important to separate client and server development. The tools can be completely different and even your teams may be different. I personally don't want to share my...

There is a bunch of stuff I need in Ember-Model so I am willing to contribute functionality as required. What are your plans for relationships? There are a number of...

@dwickern That will revert all unsaved changes to the array, and not just remove the specific model instance. eg adding 2 Address models to a Person,first add one address, accept/apply,...

Can you explain how you are supposed to use the store and specifically how to specify the adapter for a model?

> Which browser are you using? It works just fine for me in Firefox (browser is responsive). Sorry I intended to provide that in the original report. I was just...

Calling `App.Comment.find()` will find all currently loaded comments care of the posts they were loaded from. Each model class maintains an internal identity map/cache of all records of that type...

What adapter have you configured on your comment model? Are you using the built in REST adapter or something else?

I have just been looking at this library and was curious about this too. I figured out you can test numbers as follows: `JSONSelect.match('.categories :has(.id:expr(x=2))', data);` For both string or...