Rosano

Results 58 comments of Rosano

I've only seen this in the remoteStorage library and wish it was as seamless everywhere. I have it working in my multi-protocol wrapper so that someone could start in local...

Might also be relevant to tag this repo with `0data`.

Would be great to subscribe to any channel in a podcast player. Is there a way to accomplish this through plugins? If so, are there any plugins that one could...

my way to implement/integrate would be to store each 'note' as a json object. we were just talking about the importance of databases in this context https://twitter.com/andy_matuschak/status/1393639509359665152, unfortunately might be...

Is there a way to detect this suspended state? Or is there code in the rs library that runs when the saving 'fails' because if this? I would like hotfix/patch...

It's undetectable? I understand the connection can't be restarted and it isn't possible to read/write, but is there a way to at least (perhaps periodically) inspect whether the connection is...

In my experience the app is not terminated: it continues to run and behave as normal just without saving any data. I would imagine that in this state, any periodical...

If the app was terminated, it would reload from scratch thereby creating a new functional connection.

> you cannot reload something in the background on iOS, and you cannot reload an entire app/tab from JavaScript in the first place. I was referring to reloading in the...

> The issue itself is particularly problematic for apps added to home screen, which can't be refreshed / forced to quit in iOS12. I added a reload button to all...