Max Rydahl Andersen
Max Rydahl Andersen
FYI - I actually did my best to start from this project but when I started I did not know enough about google doc api to fix the bugs I...
Thanks for looking! > Extra space between letters when a single letter is bold (second line) this is caused by the formatting code not looking "forward" - should probably look...
there is https://github.com/intuit/karate/issues/1191 too - but i think some small java utility to just test cli's and assert on stdout/err as strings and potentially streams too would still be powerful..
Includes would work as long as follow same convention. My thinking is to get to something like manual at cli.github.com.
would it make sense to have a `ContextConsumer` interface which completion candidates could optionally implement to "feed them" the context or would that be outside picocli 'contract' i.e. ``` static...
Two things: 1) shouldn't this be pushed to the upstream or have a different name instead of just a version appended the name ? 2) requiring users to manually update...
I have same for a case where a file was missing. ``` :githubRelease CANNOT UPLOAD version.txt with file size 0 ``` This should fail the build IMO.
noob question - whats the command to run to install openjdk8?
I'm getting same error/issue.
for what it is worth testcontainers and thus quarkus devservices just works in gitpod.io and github codespaces. Here docker deamon is accessible.