Rob Maskell
Rob Maskell
Similar problem on linux/firefox, giving the button is-loading class works fine on chrome/brave but the button is empty for Firefox. Button has an icon and text, text is in a...
There also seems to be issues with `is-loading` and it's interaction with `is-light` and `is-inverted` I think it's trying to use the same light spinner and it's not showing up
Would be really useful bit blocked from using gateway as I can't use yaml config because I need `or()` & `alwaysTrue` and can't use java config because I need default...
Came up against this same issue today, and can't use the workaround easily had to abandon using the plugin which is a shame as it did exactly what I was...
Yup same issue, organise imports removes static imports from files and won't add them back again
I have also had a go at Polymer 2.0 + Uniflow + app-location, app-route integration. I wanted changing the URL in the address bar, links to work also and to...
Fair shout, I gave it a try and this was the result `Uncaught (in promise) SyntaxError: The requested module '../../node_modules/humanize-duration/humanize-duration.js' does not provide an export named 'default'`
It's a polymer app, so currently just running with `npm start` without any transpiling, babel used for prod though
I seem to remember having similar issues with time-elements that I also use, but I think they now have two versions and modern one and a legacy. I did try...
Hmmm I just found this [PWA Stater Kit FAQ](https://pwa-starter-kit.polymer-project.org/faq) maybe it just needs a ESM. I'll have a play with script tags and see if I can make it work.