Pascal Luther

Results 4 issues of Pascal Luther

We are running into an issue with nuxt-pwa (workbox) and the `nuxt --hostname` option on the nuxt command when the PWA/Workbox Module has its `dev` option set to `true`. ![](https://github.com/lupas/lupas-temp/blob/nuxt-pwa-hostname-issue/.github/devToolsError.png?raw=true)...

## Background With [Version 9 of the Firebase JS SDK](https://firebase.googleblog.com/2021/08/the-new-firebase-js-sdk-now-ga.html), Firebase is adopting a new module first format that is optimized for elimination of unused code. The result is a...

Sticky issue to collect unclear things that either need to be documented better, need examples or could need a tutorial. Feel free to add a comment on what you are...

docs
all-clear

Hello there I used to do the following to darken my background photos with a single line of css: ``` background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(image.png);...