James Davidson
James Davidson
Last minute notes: - Docker and Podman work on my machine; the script defaults to using `docker` - You need a `docker` or `podman` binary in your `$PATH` - The...
@526avijitgupta I think the word 'performance' was a poor choice on my part - I wanted this issue to begin addressing the red and yellow checks in all four sections,...
IMO we should do as much as possible in Hugo (e.g. minification, even when that option is provided by web hosts/CDNs) before covering external options (such as compression). e.g. The...
## Notes ### ARIA documentation - https://accessibilityinsights.io/info-examples/web/aria-toggle-field-name/ - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/switch_role
@526avijitgupta I hope we can claw back some nebulous mobile performance by addressing audits in code. Other than that, the strict px CSS rules for the avatar are outstanding, and...
As above, I believe triaging and highlighting pitfalls in user sites should come *after* baking in everything we can (syntax highlighting being an odd mix of both)
@526avijitgupta I've condensed the tasks discussed into the OP - please edit more in as appropriate, or leave a comment telling me about them. Creating a PR now to pass...
@526avijitgupta Lighthouse screenshot PR up #278
@526avijitgupta @yashmehrotra Should we add this to the Docs and close the issue?
@9ao9ai9ar Thoughts on using `#!/usr/bin/env`? `sh` could be busybox, the gimped version of Bash (which is *not* POSIX-compliant), etc.