ecline123

Results 8 comments of ecline123

Bump on this still outstanding issue. It's really unfortunate that the library only changes the latest version rather than both the published version and a changed version. We would like...

> IMHO the bigger undocumented caveat is that any mutation of `searchParams` (the first array entry returned), e.g. `searchParams.delete('page')` has the side effect of actually changing the URL. This is...

This is the workaround I'm using. Define multiple config values and switch on an env var. ```typescript import { defineConfig } from '@hey-api/openapi-ts'; const APIv1 = defineConfig({ input: 'https://myapi.com/v1/openapi.json', output:...

Can this get merged? Support for this was added to the non-v10 renderer previously in https://github.com/contentful-userland/cf-content-types-generator/pull/344 . This is an essential fix for the typeguards.

There are open PRs as reference above to help resolve this issue. Why is there still no movement on this? There is a bug in the code or the docs...

Would love to see this fix land. I don't feel qualified to steward this though. Is someone working on it?

This is still a bug. Closing dialog on modal triggers `onOpenChange` twice. On the latest version of the dialog and dismissable packages.