Marcos Vinícius Rubido
Marcos Vinícius Rubido
logs failed to be saved/shown if I don't set the /app/logs folder as a volume. Logs: ``` kopia | Unable to create logs directory: mkdir /app/logs: permission denied kopia |...
Code example: ```typescript interface ComplexTypesInterface { type: Dict | undefined; } ``` Current transformation: ```plantuml @startuml interface ComplexTypesInterface { type: Dict } @enduml ``` Expected transformation: ```plantuml @startuml interface ComplexTypesInterface...
Handle indexes. Example: ```typescript interface Dict { [index: string]: T; } ``` ```plantuml @startuml interface Dict { +[index: string]: T } @enduml ```
## Description This pull request updates various dependencies and workflows in the project. The changes include updates to the `README.md`, `package.json`, `yarn.lock`, and workflow files (`automerge.yml` and `publish.yml`). These updates...