Geoffroy Vincent
Geoffroy Vincent
# The issue I love bun for its simplicity, but initialization is a pain point. Basically, I have many repos where I always need to do only 2 things: -...
- `@testing-library/react` version: v14.0.0 - Testing Framework and version: - `jest` version 29.5.0 - DOM Environment: - `jsdom` version 29.5.0 ### Relevant code or config: Here is the test code...
I like to work with coverage, and I think it would be a great addition to have an output format, that would help identify which packages are badly covered, at...
### Describe the bug I had a weird issues where all scores would suddendly switch to `NaN`. I found the culprit after some investigation: https://github.com/askorama/orama/blob/980eb586ebaffbfc3879cf1d3d7c642e6e14c2eb/packages/orama/src/components/index.ts#L165 Basically, when removing the last...
There is a feature in `react-i18next` (looks undocumented) that lets you hot swap the i18n instance using props: ```tsx import { useTranslation, Translation, Trans } from "react-i18next"; import i18nInstance from...
# Problem The [template for generating errors](https://github.com/ogen-go/ogen/blob/09872c6a79d6bb3b847398c906b4af418e35b765/gen/_template/schemas.tmpl) only implements the `Error() string` interface. Since the generated error is a struct, `errors.Is()` cannot be used directly. The only way to check...