Zach Cowan
Zach Cowan
GitHub provides a code-scanning tool (Settings > Code Security and Analysis > Code Scanning) named CodeQL that helps identify common code quality and security issues. When enabling this in a...
### Summary Launching Zed normally does not automatically load necessary LSPs for the project, but using `zed [workspace]` correctly loads the LSPs. Steps to trigger the problem: 1. Install Zed....
- **to monorepo** - **init changesets** - **add release action**
## Bug report For the current/expected behavior, assume the following: 1. The React version is < 18, so [useId](https://github.com/radix-ui/primitives/blob/main/packages/react/id/src/id.tsx) relies on a global counter for ids. 2. Two components rendered...