timo-a
timo-a
Chapter 3 asks to run docker container run -it openjdk and check the java version with `java -version` However for me `jshell` opens directly and `/exit`exits the whole container. Version...
**Describe the bug** I want to initialize a probability distribution with two values `sunny`, `rainy` so that one value is certain, i.e. p(`sunny`) = 1 and p(`rainy`) = 0. Use...
This PR will complete the migration to Junit5. I've used an [OpenRewrite recipe](https://docs.openrewrite.org/recipes/java/testing/junit5/junit4to5migration) to automate the migration. I applied some manual fixes were necessary. I had to disable 5 tests,...
Following https://errorprone.info/docs/refaster I created a new file StringIsEmpty.java (in an empty directory) and ran: ``` $ wget http://repo1.maven.org/maven2/com/google/errorprone/error_prone_refaster/2.3.1/error_prone_refaster-2.3.1.jar --2024-01-25 21:56:41-- http://repo1.maven.org/maven2/com/google/errorprone/error_prone_refaster/2.3.1/error_prone_refaster-2.3.1.jar Resolving repo1.maven.org (repo1.maven.org)... 2a04:4e42:8d::209, 146.75.116.209 Connecting to repo1.maven.org (repo1.maven.org)|2a04:4e42:8d::209|:80......
When I run ``` git clone https://github.com/iandow/opencv_aws_lambda cd opencv_aws_lambda docker build --tag=lambda-layer-factory:latest . ``` I get ``` .... Step 15/23 : RUN pip3.7 install -r /packages/requirements.txt -t /packages/opencv-python-3.7/python/lib/python3.7/site-packages ---> Running...
From https://mycroft-ai.gitbook.io/docs/skill-development/your-first-skill > If you chose the defaults during installation, you can run MSK from your Terminal using the command: `mycroft-msk` [...] If you receive a "command not found", then...
I would like to use reviewdog in a workflow that is not directly triggered by a Pull Request but only indirectly, by another workflow which is triggered by a PR....
## What version of OpenRewrite are you using? I am using - Maven/Gradle plugin v5.29.0 ## How are you running OpenRewrite? I am using the Maven plugin, and my project...
## What version of OpenRewrite are you using? I am using the latest version as of 2024-04-02 ## How are you running OpenRewrite? I am using the Maven plugin, and...
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...