-
A tutorial on streams, with fs2 / zio stream / monix. I could do W37 or W38. Examples will probably be with http4s.
-
Running `.cancel` on a task asynchronously while the task is running corrupts its Monix internal state and causes the task to never finish. Here's a minimal reproduction:
```scala
import mon…
-
Looking at how nice and organised the documentation of other monix projects (bio and connect) looks like, thought that it could be a good idea to migrate kafka documentation on the web too.
And w…
-
I create the issue mainly for myself but if there's anyone who wants to lend a hand then I would love it of course :)
- [x] Error Handling
- [ ] Concurrency & Parallelism
- [ ] Testing
- [x] Res…
-
While investigating the performance regression of Monix 2.1.x, I discovered that `ForkJoinPool` (which is backing Scala's own `global` execution context) has been migrated in the implementation of Sca…
-
## Reproduction
```scala
import monix.eval.Task
import monix.execution.Scheduler
object Bug extends App {
implicit val scheduler: Scheduler = Scheduler.forkJoin(1, 128)
val task = Task…
-
[Monix.io](https://monix.io) fails compilation starting with Tut 0.6.4.
Probably related to this:
- https://github.com/tpolecat/tut/issues/65
- https://github.com/tpolecat/tut/pull/220
Here's …
-
@borissmidt Do you plan on integrating monix-grpc with sbt? If so we might want to build a quick sbt plugin for monix-grpc [just like fs2-grpc](https://github.com/typelevel/fs2-grpc/tree/main/plugin/s…
-
What do you think about migrating `Database` API to tagless approach?
For example:
```
trait Database[F[_]] {
def write(point: Point,
precision: Precision = null,
cons…
-
I wasn't completely sure what to name the issue, as I am at the end of the day not sure if the issue is with Monix or with HTTP4s.
In any case, what happens is that during a burst of connect/discon…
megri updated
5 years ago