Marcus N
Marcus N
When i run lighthouse on my Nuxt 3 app that has been deployed to Vercel, the score will sometimes fail due to this "Does not register a service worker" issue:...
I have a nuxt 3 app that i would like to get automatically updated when new version is available. When i do following: 1. Deploy new version to Vercel. 2....
Linting doesnt work because i cannot set actions on save when using Jetbrains Gateway / Github Codespaces / Webstorm
The Navigation bar doesnt work when using Jetbrains Gateway / Gihub codespaces and Webstorm. When trying to navigate with the arrow keys nothing happens. I must double click the current...
### The problem When i was trying to add the Transformation Controls from the Three.js utils and attach it to a 3D object i stumbled upon some issues. Attaching the...
When updating to latest version of NX i get below error when compiling. ``` _WARNING in ../../node_modules/storage-factory/lib/esm/index.js 3:30-48 export 'default' (imported as 'lib') was not found in '../index.js' (possible exports:...
### Environment Node 20.5.1 or node 18, same issue. Nitro 2.7.2, also same issue in previous versions. ### Reproduction Follow official documentation https://nitro.unjs.io/deploy/providers/firebase deploy a nuxt 3 app using Nuxt/Img...
I get a warning message when building my project: ``` warnings: One of the glob patterns doesn't match any files. Please remove or fix the following: { "globDirectory": "/Users/elmaco/WebstormProjects/GeoQuestr/.output/public", "globPattern":...
When using navigator.geolocation.watchPosition, the native android prompt dialog for enabling geolocation pops up as intended. The location is retrieved, but it is only retrieved once. The position does not update...