Karl O
Karl O
**Describe the bug** react-spaces tries to access the `document` global on the server side execution. Stack trace: ``` ReferenceError: document is not defined at updateStyleDefinition (/node_modules/react-spaces/dist/index.js:1:6669) at Object.addSpace (/node_modules/react-spaces/dist/index.js:1:12033) at...
### What version of Bun is running? 1.0.2+37edd5a6e389265738e89265bcbdf2999cb81a49 ### What platform is your computer? Linux 6.2.0-32-generic x86_64 x86_64 ### What steps can reproduce the bug? 1. Use a library such...
In next 12.1, they added support for [standalone](https://nextjs.org/docs/advanced-features/output-file-tracing#automatically-copying-traced-files-experimental) output, which outputs a minimal `standalone` folder with everything you need to run the server. This naturally causes some issues with how...
As erroneously opened in [ktorio/ktor:867](https://github.com/ktorio/ktor/issues/867) ### Ktor Version 1.1.1 ### Ktor Engine Used(client or server and name) io.ktor.server.netty.EngineMain ### JVM Version, Operating System and Relevant Context ``` openjdk version "1.8.0_192"...
Using this library in a TS application and it would be nice to have some TS types first hand. I've considered creating an @types for it but if you're open...
This is meant only as a demo of how much noise the deprecated module [isomorphic-webcrypto](https://github.com/kevlened/isomorphic-webcrypto) creates with it's insane dependency tree. See #181, this dependencys repo is archived a year...
A relatively minor thing, but I don't want to add @types/hapi to my app just to satisfy yarn when these types are seemingly only used internally or when used as...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug I have a dependency in my `.yarnrc.yml` defined as a catalog: ``` catalog: vitest:...