TweetySat

Results 5 issues of TweetySat

On my corporate laptop, I don't have admin rights. Is there a way to make the installation ?

When generating a Spring Boot client with io.swagger.codegen.v3 swagger-codegen-maven-plugin 3.0.34 generate ${project.basedir}/src/main/resources/myapi.yaml ${project.build.directory}/generated-sources/client spring spring-cloud true ${clientBasePackage}.model true ${clientBasePackage}.api false false false false ${clientBasePackage}.config java11 ${api-name} the generated files in...

See [issue 1059](https://github.com/swagger-api/swagger-codegen-generators/issues/1059)

I have to generate a client for a rest api. The openapi 3.0 file contains document_body: type: object properties: info: $ref: '#/components/schemas/UploadInfo' file: type: string format: binary I'm generating the...

Issue: Bug

Starting with a brand new docker container with docker compose : ``` n8n: image: docker.n8n.io/n8nio/n8n container_name: n8n restart: always environment: - TZ=Europe/Brussels volumes: - data:/home/node/.n8n ``` Then I installed the...