Kasper Storgaard

Results 16 comments of Kasper Storgaard

We have tested out multiple approaches for fixing this, but have been unable to find a way to change this before polymer kicks in. If you defer the loading of...

yeah it isn't ideal, but angular 1.x and polymer isn't that great of a match unfortunately.

So far I fixed it in my setup by changing it to `process.on('exit')` (if anyone is looking for a quick and dirty fix) I guess the right solution would be...

Fix 2 for HMR works very well for me too, thanks! 🥳

Great feature, and good docs, works like a charm for me alongside `gridsome-plugin-i18n` I have a small issue with multi language entries that are only valid for one locale, eg....

Dont know about the plugin, but for the second case (using fetch), the documentation is out of date. What you really need is to generate a JWT auth client like...

ah cool, I was getting an issue with that scope too

@mgechev I'll take a stab at it

@slavoroi update, so it turns out the `jwt` option was not meant for an auth client, just the credentials. (it then creates the JWT client on the inside) ``` const...