Mathieu Bouchard
Mathieu Bouchard
Hi Denis, I've managed to carve out some time to prepare a demo for you. Note that this same stream works with other HLS plugins such as https://github.com/mangui/HLSprovider, but of...
I think I let `.versions` slip in to the packages. I'm publishing new versions where `.versions` is removed.
Thanks for writing! - Agreed, and in fact it is intentionally weak without SSL. It seems the general consensus (from my own research efforts) is that SSL (so, at least...
I had figured this out for someone else not long ago... Sorry you had to go through this debugging exercise as well... https://github.com/matb33/meteor-collection-hooks/issues/125#issuecomment-109015219
So this is a really good question, and so I had to dig through your code in more detail to try and answer. Now that I have, I think that...
I've successfully used [Lawnchair](http://brian.io/lawnchair/) for an Angular project to persist client data. It abstracts IndexedDB, WebSQL, even window.name. This could be a potential solution to this issue. If you want...