monix-nio icon indicating copy to clipboard operation
monix-nio copied to clipboard

Java NIO utilities for usage with Monix

Results 4 monix-nio issues
Sort by recently updated
recently updated
newest added

Using readAsync on a Unix FIFO triggers the following exception: > java.io.IOException: Illegal seek at java.base/sun.nio.ch.FileDispatcherImpl.pread0(Native Method) at java.base/sun.nio.ch.FileDispatcherImpl.pread(FileDispatcherImpl.java:54) at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:274) at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:245) at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223) at java.base/sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.run(SimpleAsynchronousFileChannelImpl.java:320) at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1429) at...

Hello! I don't see an ability to append to the bottom of existing file (similar to `echo "aaa" >> bbb.txt`), will be useful for applications which want to write to...

help wanted

Project needs to support [Scala.js](http://www.scala-js.org/), assuming it's running on [Node.js](https://nodejs.org/en/). We're probably going to use the [fs API](https://nodejs.org/api/fs.html) in Node.js, but we need to ensure that if there are other...

enhancement

The changes for canceling initiated `Consumer` are in Monix `2.2.1`. Please test that it works and preferably we need a unit test for it. But, in order to test such...