Christian Brunotte
Christian Brunotte
``` dependencies { testImplementation("org.junit.jupiter:junit-jupiter-engine:5.5.2" // blah } ``` was translated so that the ")" was after the comment and not after the version.
It would be nice if the default would be to only show updates for "release" class dependencies. Currently the plugin shows, without further configuration, updates like the following which clearly...
When connecting to a site with a broken TLS certificate, httpie only displays the one-liner Python error message. It would be nice, if it would print the certificate chain in...
I have a JUnit file with several test functions that share a MockWebServer instance. The reason that they share it is that I need to declare it statically so that...
It would be nice if the notes could be stored as individual files in a folder that can be chosen in the preferences. That way, the actual syncing could be...
### Steps to reproduce JaCoCo version: 0.8.3 Operating system: Linux Tool integration: Maven ### Expected behaviour Adding Goal "merge" should merge jacoco.exec and jacoco-it.exec ### Actual behaviour Adding Goal "merge"...
The documentation in https://exscript.readthedocs.io/en/latest/cli_tutorial.html#reading-host-names-from-a-csv-file says: `The CSV file has the following format: ... telnet://myhost value another_value` i.e. without mentioning that the URL syntax can include username and password as described...
I'd wanted to use the "--no-authentication" flag as the auto login does not understand this routers CLI prompt. The message looks rather like a bug tough. "NoneType" sounds like a...
I had a German umlaut ("ü") in one of my .exscript files and got this. Took me a while to realize that it was not "gargabe" in the output of...
I noticed that my sys.message() output is not in the logfiles created with "-l" of the CLI. It would be nice if they would as I could then "grep" those...