Ari Shoham
Ari Shoham
I am using extra v 1.1.0, and according to the docs, h2 tags should generate anchor links, and be added to the sidebar automatically. Not Sure what other context is...
Using a self-hosted github action: ``` name: Lighthouse Report on: workflow_dispatch: pull_request: branches: [main] jobs: lighthouse: runs-on: [default, amd64] steps: - uses: actions/checkout@v3 - run: sudo apt-get update - run:...
I need to add a cookie to the page request when lighthouse runs, I tried using `extraHeaders` in `lighthouserc.json` like so, but it seems to have no effect. Is there...
## 🐛 Bug Report In my app we use some dynamically loaded translation files where the namespace is not in `serverSideTranslations` and instead we use the `ready` flag (from `useTranslation`)...
**What version of `prettier-plugin-tailwindcss` are you using?** v0.5.14 **What version of Tailwind CSS are you using?** v3.3.0 **What version of Node.js are you using?** v20.12 **What package manager are you...
### What would you like to be added? Allow v4 to be compatible with GHES ### Why is this needed? Getting a warning that download-artifact@v3 uses node 16, which is...