Alistair Smith
Alistair Smith
Added Edge scrolling as a profile
I would like to build a multi language syntax highlighter using `nextra-theme-docs@alpha`. What would be the best way to consume the highlighter in my own component? I saw https://github.com/shuding/nextra/issues/262 mentioned...
**Is your feature request related to a problem? Please describe.** By far this is the best API client for Twitter. It would be fantastic if it could be ported to...
# Bug report ## Describe the bug In short, there is a type error when trying to use the utility functions with a theme token. ## To Reproduce I have...
Fixes #121 and allows for props to exported in the following manner ```tsx export {getStaticProps} from '../props'; export default function Page(props) { // ... } ```
When writing `getStaticProps` outside of a page file, the superjson code is never injected. For example: ```ts // props.ts export const getStaticProps: GetStaticProps = async ctx => { // ......
basically:   
Would be fairly basic, store them as a cookie so the server can access them. Allow to import/export thru json etc.
Modals are not accessible with focus stealing & recovery and using `esc` to close etc. A simple fix would be to use `@headlessui/react` which can manage all of the state...
They are currently using `module.constructor.name`, which, of course, is not spaced. Something along the lines of: ```ts function splitPascalCase(word: string) { return word.match(/($[a-z])|[A-Z][^A-Z]+/g).join(" "); } ``` Which will turn "HelpModule"...