Fiete
Fiete
**Describe the bug** A clear and concise description of what the bug is. Compilation of the pdf preview isn't working with \include statements of .tex files in Subdirectories. **To Reproduce**...
This PR aims to replace tslint with eslint, since the former [is deprecated since 2019](https://blog.palantir.com/tslint-in-2019-1a144c2317a9).
I had to install this package as a dependency of `geojsonio`. Usually when the installation of packages fail, I look in the log, see an instructional block what is missing,...
Currently it is possible to specify `downloadUrl` and `queryUrl` in the `repository` configuration block if a private repository should be used: ``` json { "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json", "spaces": 2, "generator-cli": {...
### Expected Behavior I am following the [Setup instructions](https://github.com/eclipse/buildship/blob/master/docs/development/Setup.md) for the Oomph-based setup. ### Current Behavior The installation via the Eclipse Installer fails with the following exception: ``` Fetching content.xml.xz...
I am getting the `Couldn't find the Firefox executable` when launching in attach mode. I am asking myself now if this is a wanted behaviour, since I wouldn't expect that...
## Proposal I am using this extension to write a lot of `README` files with code blocks of commands that I need to run. Consequently in 95% of the cases,...
I have a java project that has a rather large proportion of files that are generated by [openapi-generator](https://github.com/OpenAPITools/openapi-generator). The generated code contains a lot of problems that I will not...
Right now, the `JsonNullable` import is added to each model when the `openApiNullable` feature is set to true (which it is by default). With this PR, the import will only...
Only add the import for the `@JsonCreator` annotation when the model actually contains it. Currently this import is being added to **every** generated model, even though it is only needed...