-
When wrapping a `CompletableFuture` with a Task, `Task.from` is often used in this library. However, this means that the `CompletableFuture` will be executed even if the `Task` is not evaluated (i.e.,…
-
I've had a look at how to upload a file with the S3 client and it seems the minimum chunk-size is 5MB.
It might be useful for the user to have a utility method to automatically select the right uplo…
-
Recently I've got a strange error, here's the stacktrace (removed a couple of sensitive lines from the very end of it, hope it won't make any difference):
```
Exception: java.lang.IllegalStateExc…
-
When you set KafkaConsumerConfig(source= someTypesafeConfig) you would expect that the configs that are not explicitly set by monix KafkaConsumerConfig would get passed onto properties, but that is no…
-
I hope this is OK, but I wanted to capture task ideas from @alexandru and @Avasil in https://github.com/monix/monix.io/pull/28#issuecomment-374912259 in a more visible place and also add a checklist.…
kanak updated
5 years ago
-
When running with Scala `2.13` it turns up with `java.lang.ClassNotFoundException: scala.Serializable` using monix shade version `"io.monix" % "shade_2.12" % "1.10.0"`.
But works if we use with Sca…
-
I've been having problems with `bufferTimed` while upgrading to 3.0.0-RC2 and have been therefore reading the source code of `BufferTimedObservable`. I think I've found an implementation flaw that is …
-
Due to the way that the TutModule works in mill ( my fault :sweat_smile: ) it's possible for multiple incompatible versions of the Scala libraries to end up on the the Tut classpath
This produces s…
-
While debugging some local test failures (https://github.com/tindzk/seed/pull/31), we noticed that Bloop does not report any errors to stderr when the Node.js process could not be started.
However,…
-
Cron is a popular mechanism to specify schedules, and Monix users will benefit from having it supported. I've implemented such an Observable (let's call it CronObservable going forward), and I can mak…