Riccardo Re

Results 8 comments of Riccardo Re

Be aware, safari iOS8 has a serious bug: https://bugs.webkit.org/show_bug.cgi?id=136937 jquery-indexeddb, is not at fault here :)

@danielbayerlein Unluckily, up to now on iOS 12+ I just admitted defeat when using PWA technology. Too many problems with the caches and the lifecycle; no way to debug the...

@danburzo I can confirm that iOS 13 has improved the situation but hasn't solved the main problem. From the little I understood, I get the "inifinite loading" whenever I update...

It would be really nice to have such feature on the library. I am having the the same need to add new units of measurement to the collection. In this...

Confirmed. It happens with all the operators using "$" From what I understood from the code, all the operations (except for the ones getting data from the DB) don't parse...

I can confirm the described behaviour. While waiting for a fix I created the following workaround. In the parent View model: ``` determineActivationStrategy( oRouteParams ) { let _bDoNotReactivate = (...

I just tried to connect to a Mongo DB right now and failed too. The first attempt was using the "mongodb" driver and it explodes on ".open" method (it seems...

The problems seems to occur because, when using `pool` set to `true`, caminte will use all the available connections to launch `begin / revert / commit`. If all your connections...