Krzysztof Bobiński

Results 2 issues of Krzysztof Bobiński

I found a bug when generating api for a service responsing with an array of objects. Generated code doesn't point to proper class definition (TestObject in the example below replaced...

I have two containers in my Docker Compose stack running with non-root user permissions: Redis and MariaDB. ``` mariadb: container_name: mariadb build: context: mariadb volumes: - ${LOGS_DIRECTORY}/mariadb:/var/log/mysql redis: container_name: redis...