Michał Sajnóg
Michał Sajnóg
It would be really helpful indeed. I'd like to have revision key as follows: `hash+timestamp`, and I don't see a way to do this..
@jbandura Have you considered removing `ember-get-helper` from plugin dependencies? According to their documentation: > ember-get-helper has been included in Ember 2.0. Use of this package is deprecated and support for...
@jbandura Sweet 👍
I'd opt for an ember-way with computed properties. Now when it's possible to use computed properties it's actually much simpler than learning addon-specific API. I'd only propose however to update...
Thanks for the quick response @samhed ! So I think that `getBoundingClientRect` is not a good solution for this case. As you properly deducted the final canvas size in my...
Unfortunately it doesn't work for me without having to hack quite a bit around it due to the way I have it organized in the code now. I'll continue using...
Hi, I'm not sure I get your question, but you should use `v-if/v-else` directive and show content placeholders only while loading, otherwise display your items as you normally would.
I have the same problem using `GenerateSW`. Everything works nice in Safari itself but not after adding the page to the home screen. Ok it works partially - that is...
Interestingly when I move precache manifest's content from separate file to the `service-worker.js` itself it works as expected 🤔 Do you have any idea why it might behave like this?...
In the end I decided to use `sw-precache-webpack-plugin` and now it works like a charm.