Ian VanSchooten

Results 155 issues of Ian VanSchooten

### Is your feature request related to a problem? I was trying to use open api 3.1.0 syntax, but it seems to be causing problems, so maybe it's not supported?...

enhancement

### Is your feature request related to a problem? It's a minor thing, but if I provide an `example` key to the response schema, I see that it's used in...

enhancement
roadmap

### Is your feature request related to a problem? Not sure if this is a bug or a feature request. I would like to show examples of query parameters in...

enhancement
roadmap

## Describe the bug I have the following config: ```ts presets: [ [ 'classic', ({ docs: { routeBasePath: '/', // Serve the docs at the site's root ``` Which means...

bug

Hi, I see that these addons are relying on storybook packages with `^6.3.6`. Maybe you could release a pre-release (alpha or beta) version that uses storybook 7?

Hi, it's really hard to tell what's changed between versions of this project. I'm trying to upgrade, but want to know what to look out for. I can't find a...

I found a problem when using an object with readonly keys and accessing one of them dynamically. It's tough to explain, so here's a minimal example: ```ts const test =...

We have trouble moving comments on runtime code within the imports, because we treat those as comments on the imports instead. This is just a couple of failing tests, in...

I experimented with `vite-plugin-externals`, but it didn't seem to have any effect. Then I came across https://github.com/rollup/rollup/issues/2374, which notes that `external` and `output.globals` only work with `iife` or `umd` output...

There is [work](https://github.com/facebook/jest/pull/11540) ongoing in jest to allow async resolvers, and since jest-pnp-resolver is built-in, we'll need a small tweak to the typescript types. This PR just makes the types...