Jacob Carpenter
Jacob Carpenter
The `Slate` component currently requires _both_ an `editor` and an `initialValue`, the latter of which is then pushed into the editor instance. However, it's easy for me to pre-construct an...
### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue https://github.com/vercel/turbo/tree/main/examples/with-vite ### What package...
First off, **heynote** is awesome; thanks so much! Also, I totally respect your hard stance on scope creep, so no worries if this doesn't make the cut. In **VS Code**,...
[ESLint 9 is released](https://eslint.org/blog/2024/04/eslint-v9.0.0-released/), but it looks like `eslint-plugin-jsx-a11y` does not yet support it. There _are_ breaking API changes: https://eslint.org/docs/latest/use/migrate-to-9.0.0#breaking-changes-for-plugin-developers There is also a new default config format ("flat config")...
### Is there an existing issue for this? - [x] I have searched the tracker for existing similar issues and I know that duplicates will be closed ### Describe the...
[Node subpath imports](https://nodejs.org/api/packages.html#subpath-patterns) are are a helpful way to have consistent imports to common code regardless of where you are in your package. We want to enforce avoidance of relative...
Somewhat related to the discussion in #80 (and #58), I'm finding myself wanting haystack string prefix-only matching (with typo tolerance). It seems like it might not be crazy to introduce...
It's entirely possible I'm reaching for the wrong tool for this task... I'm working on a purely client-side SPA. I have a master list of items and user input that...