Marvin

Results 132 issues of Marvin

### Skill Name PlanetScale ### Why? It's a distributed SQL database https://planetscale.com ### Reference Image ![35612527](https://user-images.githubusercontent.com/33938500/184961227-f52b869e-b717-4c3d-9b69-038313dac585.png)

icon suggestion

### Skill Name CockroachDB ### Why? It's a distributed SQL database https://www.cockroachlabs.com ### Reference Image ![Cockroach_Labs_Logo](https://user-images.githubusercontent.com/33938500/184959853-811f7c1e-df0b-4eb0-825a-b6333c7321ff.png)

icon suggestion

### 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...

coverage

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.

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...