Valentin Slawicek

Results 5 comments of Valentin Slawicek

With `com.squareup.okhttp3:okhttp:3.14.6` we don't get any NPEs, so try updating the library ;)

Please remove the wording "Usable security: Moby provides secure defaults without compromising usability." on the [moby readme file](https://github.com/moby/moby/blob/master/README.md). This is definitely false advertisement, see comment of @richard-delorenzi.

Opening an encrypted realm in two processes would be a real improvement! I had to switch back to unencrypted realms because of this issue.

The project is not on maven central, but you can use it via jitpack. See the example usage at https://github.com/vonox7/golfcoder/blob/main/build.gradle.kts#L26 and https://github.com/vonox7/golfcoder/blob/main/build.gradle.kts#L50-L51: ``` repositories { mavenCentral() maven("https://jitpack.io") // Needed for...