Davide Mancuso

Results 32 comments of Davide Mancuso

It should support everything Handlebars does. I have used it on tonnes of templates with pretty esoteric things in them without issues. My suggestion is to tweak one the examples...

@jannesiera not sure I fully understand the question - could you pls elaborate on what you are looking for, maybe with a small example?

I see - thank you for the clarification. IncrementalDOM `attr` can handle both properties and attributes (see [here](http://google.github.io/incremental-dom/#rendering-dom/attributes-and-properties)). However, Handlebars on the other hand treats every dynamic value as a...

[oneoverzero](http://www.oneoverzero.net) uses backbone.associations on many web projects. Two mobile apps recently added to the portfolio: [Credit Suisse VIVA](https://play.google.com/store/apps/details?id=com.creditsuisse.viva) and [Cornèrcard Mobile](https://play.google.com/store/apps/details?id=com.CornerCard) (available for both iOS and Android)

Thank you so much. I am about to try out https://github.com/pgelinas/jackson-javax-json to see if that can help (need to switch to Jackson at some point anyway). Thanks again!

Using a recent version of `johnzon-core` solved the problem for me

> Do you think it would work just as well to do this lexicographic sorting before submitting the object(s) to cbor-x? That's actually what I am currently doing and it...

Actually what I found rather surprising is that not even `drop()` or `clear()`seem to reduce the size of the file at all. Also when I restart my app and run...

> My current strategy is that I would like to implement a throttle in transactions when there is certain amount of outstanding previous transactions waiting to be flushed, so free...