Ry Wiese

Results 5 issues of Ry Wiese

fixes https://github.com/flix/flix/issues/10796

fixes https://github.com/flix/flix/issues/10923

`TcpSocket` wraps a java [Socket](https://docs.oracle.com/javase/8/docs/api/java/net/Socket.html), which exposes both an `InputStream` and an `OutputStream`. These streams are already instances of `Reader` and `Writer` respectively. `TcpSocket` can delegate its read/write calls to...

There was a discussion on [this PR](https://github.com/flix/flix/pull/10886/files#r2146622267) around whether `Reader read(b: Array[Int8, r], r: InputStream): Result[IoError, Int32]` (which returns number of bytes read) should return 0 or -1 on EOF....

A: standard library

fixes https://github.com/flix/flix/issues/10930