kotlinx-io icon indicating copy to clipboard operation
kotlinx-io copied to clipboard

Kotlin multiplatform I/O library

Results 189 kotlinx-io issues
Sort by recently updated
recently updated
newest added

Not sure if this is the right format. I recently needed a winapi HANDLE based Input/Output implementation, so I implemented one. I would like make a pull request for it,...

IE11 does not have TextEncoder/Decode built in. thus the 'require('text-encoding')' gets executed. But 'require' is not available on IE 11 either.

``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':transformResourcesWithMergeJavaResForDebug'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:110) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:77) at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:59) at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54) at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:59) at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:101) at org.gradle.api.internal.tasks.execution.FinalizeInputFilePropertiesTaskExecuter.execute(FinalizeInputFilePropertiesTaskExecuter.java:44) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:91) at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:62) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:59) at...

`platformUtf16` is only accessible on the main thread because it is not marked as `@SharedImmutable`. That breaks `String.toByteArray()`. This also breaks Ktor `HttpClient` on non-main threads (`TextContent.bytes`). https://github.com/Kotlin/kotlinx-io/blob/44f0ebbf1026bb731ffb506c857aff5864e5343a/core/nativeMain/src/kotlinx/io/charsets/CharsetNative.kt#L192

Hi, We are struggling to find a way how to include some html templates in our multiplatform project (JVM, iOS, JS) and it looks like there is no way how...

the latest version of the library published to npm is currently 0.1.4-SNAPSHOT any plans to update it to latest version? which version should I depend on, in the meanwhile, if...

i use kotlinx-io not directly - just by ktor. My project is mobile app with shared library for ios & android, when i send very large textcontent by ktor (4mb...

I'm seeing this bug in ktor client 1.1.3 on Android with OkHttp as the engine. It appears to have been a bug since at least ktor 1.0.1. You can see...

We have a rather unusual application for Buffers (not actually IO). We use buffers in mathematical application for high performance direct allocation of objects in memory. For that we need...

### Ktor Version 1.1.2 ###Kx.io Version 0.1.5-dev-4 ### Ktor Engine Used(client or server and name) Ktor-client with MockEngine ### JVM Version, Operating System and Relevant Context The bug occurs in...