-
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…
-
Unlike RxScala, the Monix-`refCount` does not reconnect once the counter has reached zero.
```
import org.junit.Assert.assertEquals
import org.junit.Test
import org.junit.runner.RunWith
import or…
-
```
import monix.eval.Task
import monix.execution.Scheduler.Implicits.global
import monix.reactive.Consumer
import monix.reactive.Observable
import org.scalatest.FunSuite
import scala.concurre…
-
- Scala compiler performance issues
- https://github.com/scala/bug/issues/12499 -> Tried to fix in https://github.com/scala/scala/pull/10168, but gave up.
- Very slow type checking phase, no rea…
-
Similar to Akka Streams https://doc.akka.io/docs/akka/current/stream/operators/Source-or-Flow/groupedWeightedWithin.html
Zio seems to have it as well https://github.com/zio/zio/pull/1137
For Monix I…
-
```scala
import cats.effect.{ ContextShift, IO, BracketThrow }
import monix.eval.Task
import monix.execution.{ ExecutionModel, Scheduler }
import monix.execution.Scheduler.DefaultScheduledExecut…
-
---
# http4s `0.22`: Add support for Jetty `12` to address `CVE-2024-6763`
## Why?
- Jetty versions from 7.0.0 up to 12.0.11 are affected by CVE-2024-6763 (Eclipse Jetty URI parsing of invalid au…
-
**Version**: 3.9.0
**Module**: `quill-jdbc-monix`
**Database**: `postgresql`
We're seeing an `SQLException` (connection closed) *after* trying to run multiple queries in parallel inside a transac…
-
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…
-
Per discussion in https://github.com/monix/monix/pull/1205.
#1202 provides for merging observables with a fixed, subscriber-backpressure-propagating strategy.