Alistair Smith
Alistair Smith
I would like to overwrite the value of theme-color for our docs, but it's hard coded [here](https://github.com/shuding/nextra/blob/c4a978268a58f9e215f7c9e575bcc60274c02b06/packages/nextra-theme-docs/src/components/head.tsx#L32) and providing it yourself in the theme.config.js will not override it (I presume...
With the following TSConfig, a lot of things are missing in the types ```json { "compilerOptions": { "moduleResolution": "NodeNext", "module": "NodeNext", "strict": true, "useUnknownInCatchVariables": true, "noImplicitOverride": true, "noFallthroughCasesInSwitch": true, "noUnusedLocals":...
# Bug report When satori's .addFonts method is called, it calls opentype which (in a Next.js app) throws the following error ``` error - TypeError: Cannot read properties of undefined...
It seems that a lot of response types are invalid for a lot of APIs, especially when certain scopes are enabled/disabled. Atm I have this code which works at runtime...
So we can make our documentation better
This is dependent on https://github.com/microsoft/TypeScript/issues/50457 so will implement this on November 15th!
This PR: • Adds `.mts` and `.cts` to the TypeScript extensions array
**Is your feature request related to a problem? Please describe.** It would be cool if logs were shown on the playground page, so that we wouldn't have to switch back...
We are using Kikko at work and recently switched to wa-sqlite after finding out absurd-sql was considered deprecated for Kikko, and finding out that wa-sqlite would properly work with multi-tab...
Experimenting with typed channel utilities that could be shared to a frontend.