Jrson
Jrson
This is related to #409 There is something really wrong with the key detection. ### ctrl & tab For me on both linux and windows, `key.ctrl` doesn't get detected at...
With the [reports demo from samples](https://weasyprint.org/samples/), there is no space (bottom margin) between the @page header element when there is a table break on multiple pages. Screenshot (can't upload here...
Could you please add `createContext` to [react.ts](https://github.com/antfu/unplugin-auto-import/blob/main/src/presets/react.ts) and [preact.ts](https://github.com/antfu/unplugin-auto-import/blob/main/src/presets/preact.ts). it does not get exported.
I'm using the [remark plugin](https://github.com/lumeland/experimental-plugins/tree/main/remark), which now adds `vFile.data` to the markdown `pages.data`. It is working great, so I wrote another rehype plugin, to exctract an `excerpt` (the first paragraph,...
Hey, the `document.addEventListener('keydown' ...` in Dropdown.vue does not get removed on component `unmount`, so it gets repeatedly added to the document EventListeners on page change. 
## Description Following the [installation without package-manager](https://docsearch.algolia.com/docs/DocSearch-v3#without-package-manager) and running the Website in Chrome, throws the following warning in console: `DevTools failed to load source map: Could not load content for...
It would be great if howfat supports [pnpm workspaces](https://pnpm.io/workspaces). ```json "dependencies": { "@example/core": "workspace:*" }, ``` Running howfat local inside a monorepo package using ` "workspace:*"`, currently throws an error....
### 🔗 Linked issue #235 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...
### Describe the feature `tsup` [already integrated](https://tsup.egoist.dev/#metafile) the `--metafile` flag to tell esbuild to produce some metadata about the build in JSON format. It is great for analyzing with [bundle-buddy.com](https://www.bundle-buddy.com/)....
The docs describe the usage of UncontrolledTextInput: ```js ``` With an optional prop `initialValue`. The prop typings are wrong. The required/expected prop instead of `onSubmit` is `onChange` and it does...