s.ross
s.ross
Are you using the ArrayModelAdapter?
This worries me ever so slightly as it relies in GC to clean up. Is there a way to monitor its life cycle and release manually, so as to be...
Asking anyone/everyone participating in this issue. GC in Ruby is pretty iffy and Rails suffered from memory bloat for a long time before they went on a real hard-core diet....
Yeah, probably best to watch usage and see what the RM-3 fix does for us. On Jul 2, 2013, at 5:34 PM, Doug Puchalski [email protected] wrote: > I feel like...
Not at my computer but can you make sure you're pointing to master on github and not using the gem? Sent from my iPhone On Sep 3, 2013, at 11:30...
Is there any way to create a reproducible spec for this? I need some code that fails sometimes. Also, for the model that's failing, are you using default values for...
This would be extremely helpful. I've found that dribbling out updates in groups of 10 or something is a very effective way to keep the UI alive. Consider: ``` ruby...
I would default to completion (i.e., end of block) if interval is not set. The latency is typically not in MotionModel, but in remote services like Firebase or (in the...
I misspoke. Of course you're right about not wrapping request/response inside one of these blocks. The request/response would (or should) run asynchronously, and the block would almost immediately complete, triggering...
Ok, I have a repro case. Let me look into this. I assume the desired behavior is that the contents of the in-memory store, dirty or not, is discarded in...