Alexander Mattoni
Alexander Mattoni
I'm having some trouble trying to get proper typings on `getTooltip`. Given the following code: I get this error: My layers are properly typed and working as intended, but for...
@basarat I've been running yester in production for several months now, working great. However I've run into a particular case multiple times and wonder if you have any thoughts on...
Using takeEvery from redux-saga/effects causes TypeError: Cannot read property 'next' of undefined
In the latest version of redux saga (^0.16.0) I was getting a console warning about how importing` takeEvery` from `redux-saga` was deprecated and that it needed to be from `redux-saga/effects`....
Are there any good examples of using this with nextJS? This library seems great, would be an awesome addition to your docs as well.
I'm attempting to describe query parameters such as `/tasks?page[size]=1&page[number]=1`, which is done according to the OpenAPI spec using `style: deepObject` and `explode: true`. See: https://swagger.io/docs/specification/serialization/ The codegen 'works' in that...
### What version of Remix are you using? 1.7.0 ### Steps to Reproduce After upgrading to 1.7.0 and building my docker container, Going to any page yields `import_jsx_dev_runtime.jsxDEV is not...
I'm using `import { useRegisterSW } from "virtual:pwa-register/react";` to manage updates. I I've noticed occasionally (especially with multiple tabs) after the `needsRefresh` gets set to true and the popup appears,...
I've recently upgraded my OpenAPI schema to 3.1, and while in most places the ``` type: - "object" - "null" ``` style seems to generate the correct code, in other...
Any examples on how to get this set up with Playwright? Having a hard time finding any way to mock websockets there.
### What version of ogen are you using? 0.82.0 ### Can this issue be reproduced with the latest version? Yes ### What did you do? Ran generator script in my...