Ollie Monk

Results 14 issues of Ollie Monk

You'll have to forgive me if this is failing to build, I've cloned locally but usually I work with TS not flow and haven't been able to get it to...

I have an API schema with multiple versions rendered on my site. The issue at the moment is that the search results are duplicated for each version of the same...

https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/87958a40fb27790d63bd463b9820e03f9a97fb9a/packages/docusaurus-plugin-openapi-docs/src/plugin-content-docs-types.d.ts#L8 These are available here: https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-plugin-content-docs/src/sidebars/types.ts#L21 I'm wanting to lint my types but this lib fails it because the declaration file of this plugin is not included for reason This...

## Description To be really honest I'm finding it very hard to follow a lot of the inner workings of this plugin. I am attempting to replicate the authorization section...

reviewing :eyes:

## Describe the bug When rendering a DocCard, the frontmatter description is used - https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-theme-classic/src/theme/DocCard/index.tsx#L80-L86 This plugin currently puts markdown into the frontmatter, the DocCard component does not transform markdown...

bug

### Is your feature request related to a problem? Nope ### Describe the solution you'd like It would be great to be able to control the formatting of the path...

enhancement

Looking at the type here, when passing `stream true` to the options the response type is still `Response` https://github.com/openai/openai-node/blob/a1a125349ba9c9c2bb602c8c8f368e086c41ac1e/src/resources/audio/speech.ts#L11 Comparing this to the chat completions with the `stream: true` option:...

### What problem does this feature solve? Doc sites using docusaurus or other frameworks may have custom admonitions throughout 100s of files. Allowing them to migrate their admonitions without having...

Docs listed here produce typescript errors - https://chanfana.pages.dev/advanced-topics-patterns#middleware-and-interceptors ``` No overload matches this call. The last overload gave the following error. Argument of type 'typeof ProtectedEndpoint' is not assignable to...