Alex Karajos
Alex Karajos
Using the below packages, login did not crash: - ramsey/uuid:4.2.1 - ramsey/uuid-doctrine:1.7.0 Need more details on the issue.
As described in their blog link, they are transitioning from Node 16 (`actions/package@v3`) to Node 20 (`actions/package@v4`). We need to update all `dot-*` packages and all our projects to use...
[Solution 1: Mapping to Varchars](https://www.doctrine-project.org/projects/doctrine-orm/en/2.17/cookbook/mysql-enums.html#solution-1-mapping-to-varchars) is what we're currently using and as we know, it has it's own flaws (showing unnecessary modifications in each migration). [Solution 2: Defining a Type](https://www.doctrine-project.org/projects/doctrine-orm/en/2.17/cookbook/mysql-enums.html#solution-2-defining-a-type)...
Hey @tasselchof, Yes, we did consider implementing the ability to specify in the request a list of fields to be returned, it just never ranked high enough on our priority...
Is this a proof of concept or something that will be merged into `4.0`? Just want to know how far should I get into the details with my review.
Replaced by #454
`actions/checkout@v4` runs on Node `20.x` but `actions/cache@v4` is still on Node `16.x` Issue: https://github.com/actions/cache/issues/1323 PR: https://github.com/actions/cache/pull/1326 Once PR is merged, we can resume work on this.
> https://apisyouwonthate.com/blog/documenting-php-apis-with-openapi/ > [This guide will cover](https://docs.bump.sh/guides/openapi/code-first-laravel/?ref=apisyouwonthate.com) using [Swagger-PHP](https://zircote.github.io/swagger-php/?ref=apisyouwonthate.com) you can do this with old-school “docblock” style code comments, or PHP 8+ users can use the newer **Annotations** approach... I...
@arhimede **Note**: The handler for `/security/generate-token` and `/security/refresh-token` endpoints is in vendor. `vendor/mezzio/mezzio-authentication-oauth2/src/TokenEndpointHandler.php` so I cannot directly attach OpenAPI attributes to the class itself. So, I came up with the...
> what if we store the OpenAPI attributes directly in > > `vendor/mezzio/mezzio-authentication-oauth2/src/TokenEndpointHandler.php` > > https://github.com/mezzio/mezzio-authentication-oauth2 Why/How would we do that? We do not touch stuff found in vendor. For...