phelbas

Results 6 comments of phelbas

I had to make the same opacity patch because out of the box had the same issue.

You may need to use the "killer service-worker" concept from this answer which when deployed, erases the caches and also the cached service-workers .. https://stackoverflow.com/questions/59725245/service-worker-updates-but-old-file-is-still-cached

In service worker registration.update() method you should be able to check for a new version of SW, and then force a reload with location.reload(). See https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/update I'm at a similar...

This thread is useful. https://github.com/sveltejs/sapper/issues/744 Particularly the work-around mentioned to catch the registration, then you can use the update() method. So put script in your template.html if ('serviceWorker' in navigator)...

> Check https://openairplay.github.io/ thanks, I've been looking at that document before and the section on Remote says the client will include the header lines DACP-ID and Remote but for the...

I just asked Claude and he confirmed it: ⏺ Bash(file backend/backup_stuff/*.sh) ⎿  backend/backup_stuff/backup_main.sh: Bourne-Again shell script text executable, ASCII text backend/backup_stuff/filesystem_backup.sh: Bourne-Again shell script text executable, ASCII text backend/backup_stuff/mysql_backup.sh: Bourne-Again...