Tom MacWright
Tom MacWright
Right now, cmdk's version range doesn't permit react-id from getting upgrade to 1.1.x, and the 1.0.x release includes a dependency on `@babel/runtime`, which is a bit of a bummer and...
- Fixes #271 The behavior of ```ts return !utils.access(data, check); ``` and ```ts return !utils.access(data, check) ?? true; ``` Is identical because `false ?? true === false` and `true ??...
We're just upgrading to TypeScript 5.6 in our project, and came across a problem in the types in react-arborist: ``` node_modules/react-arborist/src/interfaces/tree-api.ts:596:12 - error TS2869: Right operand of ?? is unreachable...
- Fixes #106 This upgrades the TypeScript plugin to 5.x, with updated tests. Also updates `vitest` to current and fixes a warning from vitest about using CJS mode.
I received some useful feedback from someone who uses a screenreader about a notebook that I shared ([mastodon thread here](https://social.stealthy.club/@esoteric_programmer/statuses/01J8GR9J2DXXB2VN7W4GV5VTXQ)), which was interesting because, while it's pretty jumbled right now,...
## Description This improves the comment strings that produce documentation for different plugins. I often look at the docs to learn what stuff is already installed, and this would help...
This fixes two issues I encountered on my first run of this firmware: - Git doesn't clone submodules by default, so this advises people to. This was reported earlier in...
 This is happening in deck.gl 😠, mildly regret using Deck in this project, it has caused quite a few crashes, and this one only...
### What is the type of issue? Documentation is confusing ### What is the issue? The docs for [runFork](https://effect.website/docs/guides/essentials/running-effects#runfork) say that > Unless you have a specific need for a...
👋 Hey Titus! I'm using `lowlight` and noticed something unusual - if I rely on highlightAuto, the behavior is that, if none of the listed languages have any `relevance` reported...