AJ Bienz
AJ Bienz
**Describe the bug** Not sure if this is necessarily a bug with `@compiled/react` or if it's an issue with the way Vite pre-bundled dependencies, but I'm seeing my React app...
**The feature request** I would like the ability to fork a repository, only if I don't have access to push to the target branch on the main repository. I think...
adds a `defaultLabels` option to the base Metric class and updates each metric class to use the value where appropriate. Closes #598
I would like to propose an option to be added to each metric type, which would allow specifying default label values for that metric only. Those labels would then be...
Hey there, I'm running into the following error occasionally during my CI runs when running in a jsdom/happy-dom environment. ``` Vitest caught 1 unhandled error during the test run. This...
Swaps the existing build scripts out for [tsup](https://tsup.egoist.dev/) and sets package.json exports fields for the best compatibility with typescript. I tested with the repro from the linked issue with `moduleResolution`...