Zilvinas Abromavicius
Zilvinas Abromavicius
Got it, thanks for clarifying that! I wonder how it would be possible to implement it so that it would behave as I'd like? Should I try to implement a...
Ok, so I tried to do this: ```rust ActionState::Executing | ActionState::Cancelled => { ``` for all the actions (eat food,drink water and go to food/water). Essentially, finishing the current action...
I am having a similar issue. Essentially, in my jira config there are multiple custom fields with the same name. When I try to edit/create this custom field by the...
I think this hook should be something implemented outside React since usage of this custom hook feels like is niche case and since it looks like it is possible to...
I'm not sure how this suggestion would also work out with _soon-to-be-released_ React Compiler: essentially usages of `useMemo` in probably most cases will not be necessary.
> We sort of go the other way -- we use [fastify-type-provider-zod](https://github.com/turkerdev/fastify-type-provider-zod) as the backbone to generate the OpenAPI schema. But I see a use case where you would want...
@mrlubos Thanks for the question. I guess for my personal case, for starters it would be most beneficial to have schemas for all the OpenAPI resources/entities. E.g. For resource/entity `User`...
Phenomenal, @mrlubos. Thank you for your work!