Djordy Koert

Results 61 comments of Djordy Koert

Looks like a bug introduced with the implementation of PHPStan https://github.com/nelmio/NelmioApiDocBundle/pull/2249

I think we need a way to differentiate between requests & responses. - For requests (incoming schemas) we should check if this serializer context option is set https://symfony.com/doc/current/components/serializer.html#require-all-properties. Without this...

Sadly `non-negative-int` is not supported, you can read more about it in the related PR discussion https://github.com/nelmio/NelmioApiDocBundle/pull/2236#discussion_r1524883343

> As a work-a-round I'm now using `int`, which behaves identical / for which `non-negative-int` is an alias. So it seems a bit odd that one "style" works and the...

Looking really good and I am really in favor of adding this. 😄 🎉 > [sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) Adding a comment does not feel necessary in my opinion. The failing [action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) action...

> While changing the approach, it may be beneficial to switch to using pull request title and description as default to use the PR's FYI I have just updated the...

hey @DominicLuidold is this PR ready? :)

@DominicLuidold no worries! I can also do it myself if my time allows it. Enjoy your vacation 😄

Thank you @DominicLuidold for recommending, researching and implementing this! ❤️

I think my question/feature is related to this. (We use the [shadcn/ui Command component](https://ui.shadcn.com/docs/components/command) for this) I would like to integrate the item selection with [tanstack router `` preloading](https://tanstack.com/router/latest/docs/framework/react/guide/navigation#link-preloading) to...