-
Example code:
```kotlin
# main.kt
import okio.*
import okio.Path.Companion.toPath
fun main(args: Array) {
FileSystem.SYSTEM.createDirectory("тестовая строка".toPath())
}
```
```kotlin…
-
Seen va a springboot app failing image test
Melange: https://github.com/wolfi-dev/os/blob/6d75a44d186104eec842b537973d53b3d61fa557/thingsboard.yaml
Pombump: https://github.com/wolfi-dev/os/blob/6d75…
-
Initially on Serenity 2.x the integration was working fine, and test were reported.
After Serenity upgrade to 4.1.14, having issue.
Add the logs for reference
`10:27:25 [rp-io-2] ERROR com.epam.re…
-
Getting a lot of crash reports from production app with the following stacktraces:
**Variant 1**
```
Fatal Exception: java.lang.NullPointerException:
at okio.OutputStreamSink.write(Output…
-
I am trying to create a exec request using [this page](https://github.com/kubernetes-client/java/blob/master/examples/examples-release-latest/src/main/java/io/kubernetes/client/examples/ExecExample.ja…
-
## 🐛 Bug Report
When building with SDK Linking mode I'm getting an error related to the Square.OkIO dependency. I'm referencing another project that's using the latest version of Square.OkIO.
T…
-
I'm working on an app with limitation of being offline (No internet permission in manifest) and small Apk size (2mb). I think Picasso should not be bound to online/remote images and it would be great …
-
Now that the public API type naming was simplified from Okio, the `Buffered-` prefixes can be used for the implementations to more correctly convey their behavior. The use of "Real" in Okio is simply …
-
Hi, Thanks for great lib.
It working fine on IOS, but i have get a error on android:
> Could not find class 'okio.Buffer', referenced from method okhttp3.internal.Util.toHumanReadableAscii
T…
-
## Describe the bug
I am aware of the fix in #896. However, even using SDK versions that include the fix (AWS Kotlin SDK 0.32.0-beta), we run into frequent, unhandled networking exceptions when talki…