Christophe Blin
Christophe Blin
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I import the petstore collection and I try to use...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior After importing an openapi doc, I expect to be able to...
I have created a SAM template that contains a lot of API events for one function When I deploy it to CFN, I have the following error : 17:14:03 UTC+0100...
### Describe the bug a clear and concise description of what the bug is. * I install a fresh chart * it works for about 6h without any trouble *...
**Is your feature request related to a problem? Please describe.** The database is "unexpectedly" big due to the size of job_record and session tables These 2 tables contain mostly stale...
**Is your feature request related to a problem? Please describe.** I have multiple channels. Each channels has a payment method with code = "stripe" but with a unique name (like...
This is about #167 and https://docs.microsoft.com/en-us/aspnet/core/grpc/httpapi?view=aspnetcore-5.0 Given the following proto ``` syntax = "proto3"; option csharp_namespace = "user_management"; import "google/api/annotations.proto"; service UserListService { //List users rpc ListUsers (ListUserRequest) returns (UserList)...
An OpenApi document can contain securitySchemes to indicate that all calls must be done with a JWT or an API-KEY or ... The whole spec : https://swagger.io/docs/specification/authentication/ In my case,...
### Describe the bug When you ask 100 users per page, one page takes multiple seconds to display ### Version 18 ### Expected behavior The page should take less than...
Replace ``` "optionalDependencies": { "@nestjs/graphql": "^8.0.2 || ^9.0.4" } ``` by ``` "optionalDependencies": { "@nestjs/graphql": "^8.0.2 || ^9.0.4 || ^10.0.11" } ``` to allow user of nestjs/graphql to upgrade to...