Stefan du Fresne

Results 68 comments of Stefan du Fresne

I'm not convinced that using it via `5896` actually works, but it could be on my end…

Looks like this is caused by Gaze: https://github.com/shama/gaze/issues/204

Created the following PR to work around Gaze: https://github.com/gruntjs/grunt-contrib-watch/pull/520

I've also noticed this, using Firefox.

This looks to have been broken in `2.9.0`. With the following `2.8.3` (the prior release) deps: ```json { "@parcel/packager-raw-url": "2.8.3", "@parcel/reporter-bundle-analyzer": "2.8.3", "@parcel/service-worker": "2.8.3", "@parcel/transformer-sass": "2.8.3", "@parcel/transformer-webmanifest": "2.8.3", "parcel": "2.8.3"...

So this looks like the code that generates the service worker manifest: https://github.com/parcel-bundler/parcel/blob/v2/packages/runtimes/service-worker/src/ServiceWorkerRuntime.js My attempt to replicate its logic: ```js import { Parcel } from '@parcel/core'; const bundler = new...

So I looked into this more: I'm not technically deep on either parcel or service workers, so I might just be holding it wrong, but AFAICT the service worker addon...

I would ask that we extend the `fn` spec (from `{requiredInstance, execute}` so that they are available in code (probably as a short and long description). This allows us to...

Changing the SDK _does_ cause issues with screen repainting and angular. When the target SDK is 13 the screen doesn't repaint in some cases (specifically the loading throbber hiding) unless...