Mihail Yonchev

Results 8 comments of Mihail Yonchev
trafficstars

For the people facing this issue, you can use `setTimeout` to delay the suspense triggering action with 100 or 200ms in order for the popover to hide before react triggers...

For the meantime I am using this as workaround: ```ts /** * Updates the mouse cursor on the given canvas element based on the mouse mode. * Note: When shift...

@flekschas I am open to spending some of my free time to add support for this, however I would appreciate some guidance/ideas on how to achieve this considering your context...

@Semigradsky You are right, I did not look into the code too much, then the maintainers can feel free to close my PR and merge yours #2153 but please take...

Noted - won't happen again. Thanks for your time :)

@htunnicliff Looking back in time, when this feature was first introduced, it was implemented incorrectly ([issue](https://github.com/openapi-ts/openapi-typescript/issues/950)) and was patched with this [Pull Request](https://github.com/openapi-ts/openapi-typescript/pull/951). I suspect that when reintroducing the feature,...

@theo-staizen @semanser ## Temporary Workaround for the --make-paths-enum Bug Assuming you saved the snippet as `postprocess.js`: ```js /** * Workaround for --make-paths-enum bug: * https://github.com/openapi-ts/openapi-typescript/pull/2152 * * Generated ApiPaths enum...

I hope that we soon come to get on the master train :)