arvanus
arvanus
Ao instalar um novo pacote, as vezes a IDE e o plugin travam de tal forma que não consigo nem fechar o delphi, preciso finalizar o processo, aparece o dialog...
Seria muito interessante adicionar um recurso via RTTI para facilitar a recepção dos dados das rotas, algo +- assim: ``` [SwagGET('{id}', 'Find User')] [SwagParamPath('id', 'user id')] [SwagResponse(200, TUser, 'User data')]...
Bom dia pessoal, estou tendo um problema numa rota que retorna um um objeto com outros objetos dentro, o swagger não reconhece um dos retornos, segue um exemplo de retorno...
Hi, I'm trying to use this package with https://github.com/nextcloud/all-in-one, but that NextCloud php installation wasn't installed with Soap extension, what do you think about changing `SoapClient` to this package? https://github.com/f00b4r/nusoap...
It would be nice to have support for webstomp
https://www.firebirdsql.org/file/documentation/chunk/en/refdocs/fblangref50/fblangref50-ddl-index.html#fblangref50-ddl-idx-create
### Description of the issue It would be nice to have GitLab integration in addition to the existing GitHub integration for task management. This would provide flexibility for users operating...
Unable to run SQL like this: ```set term %% ; EXECUTE BLOCK(dummy integer = :dummy) as begin end %% set term ; %% ```