Danilo Velasquez Urrutia
Danilo Velasquez Urrutia
Very interesting project indeed. Do you think that this feature could support remote Lighthouse instances? Let me elaborate a little more: At work, we have pages that are heavy localised...
@kuworking You can install `cross-env` and modify your dev script to this: `"dev": "cross-env NODE_ENV=dev npm-run-all clean build:ts -p watch:* -- --watch",` I switch a lot between windows, linux and...
@patrickhulce I can think of a 4th case: - Don't recommend use `preload `to scripts loaded with `async`. I first noticed this on a NextJS application. NextJS by default adds...
@patrickhulce Would make sense an audit like: Avoid preload scripts that are intended to load as asynchronous - The script `asdf.js` is being preloaded with `` but loaded with ``...
@patrickhulce Thanks for sharing this. I didn't knew it was a bug, I will follow this closely :)
If you are using a plugin like "gulp-bower-src", you have some troubles if you put all these files as main. I use this to copy the lib to my dist...
> I'm having the same issue - does anyone have `addContext` working? I got this working @jaquith this is the main gist: ```js const { addContext } = require('wdio-mochawesome-reporter').default; describe('Your...
I'm getting a slightly different error. You can check the dependabot PR here: https://github.com/dvelasquez/nuxt-static-site/pull/28 and the github-action here https://github.com/dvelasquez/nuxt-static-site/pull/28/checks?check_run_id=1718622471#step:5:15 The error in question is: ``` ERROR in ./components/ResponsiveImage.vue Module not...
I've worked extensively using web components and as close as vanilla I can get, and let me tell you, after a couple of months you will have your own library....
@EmiSan1998 Most of that is inside the github enterprise instance. But I can write an article about it, set up some code examples in my public github if you want....