Flavius
Flavius
Thanks @gwojan, that does indeed work, but it breaks vanilla Vim, see this thread: https://vi.stackexchange.com/questions/2614/why-does-this-esc-normal-mode-mapping-affect-startup I was just curious if there was a way to use a single vimrc for...
Hi @lupas, Thanks for the reply! I will try this, but it probably won't do anything if that resolves to false in production? Basically, if I set dev: true it...
@lupas Yea, it's when deployed on Cloud Run with dev: false where I see this issue.
@lupas I'm running `nuxt build` and `nuxt start` in a docker container
@lupas No worries! I haven't had much time to dig into it yet I'm afraid, but still same issue. I'll try to test a few things soon.
@dosstx I haven't yet, but, I'm about to do some work on it again. Hopefully I'll get back to you soon.
@lupas Is this error expected when running locally in dev with pwa.workbox.dev = true? ``` Error registering workbox: TypeError: Cannot read property 'addEventListener' of undefined at new Workbox (workbox-window.dev.es5.mjs?ae33:643) at...
Actually you know what, this is caused by this setting: ``` server: { port: 3000, host: '0.0.0.0', timing: false } ``` If I remove the host field so it gets...
@lupas You're right, the service worker isn't running. I tried create a sandbox example but it doesn't work because setting server.host to "0.0.0.0" still serves on localhost instead of a...
It may be related to https. If I add my local ip as an insecure origin [like here](https://stackoverflow.com/questions/40696280/unsafely-treat-insecure-origin-as-secure-flag-is-not-working-on-chrome/53388534#53388534), the worker runs, but refreshing the page still logs me out for...