stefanprobst
stefanprobst
### Subject of the feature VSCode has a outline panel, which works for markdown files, but currently not for mdx files. It would be great if it would! ### Problem...
# ❔ Question the docs state that [`NOTE: menu items cannot contain interactive content (e.g. buttons, checkboxes, etc.).`](https://react-spectrum.adobe.com/react-aria/useMenu.html#complex-menu-items). does that include links as well? ## 🔦 Context e.g. [`@reach/menu-button`](https://reach.tech/menu-button/) has...
afaiu it is possible to disable a force by passing `null` - this pr adjusts the types to account for that
### Describe the bug using `useQueries` with vue v2 logs "Vue 2 does not support readonly arrays" error to the console and fails to update state in this minimal example:...
when using this package with `nuxt` to type `VITE_` env vars, i am running into the following issue: `nuxt` types `import.meta.env` as `Record` (see [here](https://github.com/nuxt/nuxt/blob/main/packages/schema/src/types/global/index.ts#L11)) - i am guessing because...
### Link to the code that reproduces this issue https://github.com/stefanprobst/issue-next-middleware-matcher ### To Reproduce 1. clone https://github.com/stefanprobst/issue-next-middleware-matcher 2. `pnpm install && pnpm run dev` 3. see error message in console: 'Next.js...
**Is your feature request related to a problem? Please describe.** i would like to be able to use template tags (`{{slug}}`, `{{dirname}}`, ...) when configuring the `media_folder` and `public_folder` paths...
when passing in a `root` element via params, windows are appended to that element (as opposed to `document.body`), but the viewport constraining window movement is still derived from `document.documentElement` (see...
### Environment - Operating System: Linux - Node Version: v18.19.0 - Nuxt Version: 3.10.1 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...
### Is your feature request related to a problem? Please describe. it would be cool to be able to disable any css transition on the page when changing the color...