Brett Jankord
Brett Jankord
PR is ready for review: https://github.com/HugoGiraudel/sass-guidelines/pull/454
Thank you @KittyGiraudel This makes me :) Can the original PR be reopened? https://github.com/KittyGiraudel/sass-guidelines/pull/454
would like spec title available in lighthouse() callback in order to create uniquely titled logfiles
Thanks @bvandercar-vt, I used that `cy.task('setlighthouseFilenameStr', fileNameStr)` method to get the file names I wanted. I think it would be nice if we could pass the fileNameStr directly in our...
It would be nice to find an alternative for request. There is a thread on https://github.com/request/request/issues/3143 about alternatives.
@taniarascia If you are cool with this feature, I can send a PR.
Just ran into this issue. Going to be updating all of our custom events from camelCase to kebab-case so they work with Vue 3. I think it would be good...
Agreed, would love to see improved documentation for this project across the board.
> Did you manage to find a solution for your problem @bjankord ? Nope, not yet.
I've been able to get a live-reload functionality working with my express app that uses create-react-app and wanted to share. It is not the same as HMR, but it does...
@rwaskiewicz Having the ability to set a nonce on the generated style elements would be ideal. We are currently relying on using unsafe-inline in our CSP style-src config, but from...