KoNekoD
KoNekoD
./mvnw clean package java -jar target/swagger-codegen-generators-1.0.35-SNAPSHOT.jar generate -g typescript-axios -i var/openapi.json -o assets/src/api-client/gen no main manifest attribute, in target/swagger-codegen-generators-1.0.35-SNAPSHOT.jar
 
I got an error {"code":0,"message":"An exception has been thrown during the rendering of a template (\u0022Server channel error: 406, message: PRECONDITION_FAILED - inequivalent arg \u0027x-dead-letter-exchange\u0027 for queue \u0027accounts_import\u0027 in vhost...
Hello 😁 I think your reflection-based implementation is too overloaded with logic, you could make it even faster, but your example is more, hmm, more object-oriented, which is also quite...
I have difficulties with updating entities in a collection (let's omit the problem of overlapping and finding the right field by id), the problem is that instead of calling the...
### Preconditions ``` protected function createDatabaseIfNotExists(): void { $params = $this->connection->getParams(); // doctrine-bundle >= 2.2 if (isset($params['primary'])) { $params = $params['primary']; } // doctrine-bundle < 2.2 elseif (isset($params['master'])) { $params...
Issue: https://github.com/symfony/symfony-docs/issues/20312
### Feature Description Now the contrib version doesn't have the separation as in the original fiber `jwtware "github.com/gofiber/contrib/jwt"` I want to be able to easily switch between versions, for example...
- With issues: - It can't parse /api/characters?filter[name]=Shrek ## Description ``` type CharactersFilter struct { Name *string `json:"name" form:"name"` } type SearchDTO[Filter any] struct { Pagination *PaginationDto `json:"pagination"` Filter *Filter...