Marvin
Marvin
### Skill Name PlanetScale ### Why? It's a distributed SQL database https://planetscale.com ### Reference Image 
### Skill Name CockroachDB ### Why? It's a distributed SQL database https://www.cockroachlabs.com ### Reference Image 
### Describe the bug I tried running Vitest + Istanbul and the result seems to differ from using Istanbul (+ Mocha, but I also tried Cypress) itself. - Vitest seems...
Most popular packages have moved on to ESM-only or dual export packages. Moo is still using the old-fashioned UMD format, being not-really-compatible with modern tooling.
#528
This PR adds ESM support by adding an `index.mjs` file and the appropiate package.json field (`module`), I also added [`exports`](https://nodejs.org/api/packages.html#conditional-exports). The import uses the **experimental** JSON module syntax (https://nodejs.org/api/esm.html#json-modules), which...
### 🔗 Linked issue https://github.com/unjs/nitro/issues/1833 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [x] 🐞 Bug fix (a non-breaking...
On a multithreaded workload I regularly get a panic when retrieving an item, while writes *may* be happening (95% read, 5% insert). From what I can tell, it does not...