Cédric Chantepie

Results 68 issues of Cédric Chantepie

Since the [Avro dependency has been updated in may 2019 from 1.8.2](https://github.com/sksamuel/avro4s/commit/126cb23bb2e4046ef0d8eb67f19bb99f5b969d48#diff-539d15a8d5ba9a01a1724604b56cadf6851c57ec68dcf75a5073b6255d182de7R10) (the version provided by Spark 3.0.x & 3.1.x), avro4s cannot be used in a Spark job without leading...

Related to [KAFKA-3552](https://issues.apache.org/jira/browse/KAFKA-3552), network latency on consumer side can cause an `OutOfMemoryError` in the heartbeat thread, which is fatal. ``` Uncaught error from thread [Tests-akka.kafka.default-dispatcher-147] shutting down JVM since 'akka.jvm-exit-on-fatal-error'...

Upgrading from Akka 2.4.x with Contrib 0.6 to Akka 2.5 with Contrib 0.8 a NPE is raised from the `.assertAllStagesStopped` utility. ``` java.lang.NullPointerException: null (PhasedFusingActorMaterializer.scala:483) akka.stream.impl.PhasedFusingActorMaterializer.materialize(PhasedFusingActorMaterializer.scala:483) akka.stream.impl.PhasedFusingActorMaterializer.materialize(PhasedFusingActorMaterializer.scala:424) akka.stream.impl.PhasedFusingActorMaterializer.materialize(PhasedFusingActorMaterializer.scala:415) akka.stream.scaladsl.RunnableGraph.run(Flow.scala:439) akka.stream.scaladsl.Source.runWith(Source.scala:83)...

bug

## Compiler version `3.2.1-RC1-bin-20220705-9bb3108-NIGHTLY-git-9bb3108` ## Minimized code ```Scala package test class Foo(val name: String) object Bar extends Foo("bar") object Macros { import scala.quoted.{Expr, Quotes, Type} inline def show[A]: String =...

itype:bug
area:metaprogramming:reflection

Scala 2 Macro freshName has no equivalent in new meta-programming API.

exp:novice
area:documentation
Spree
area:metaprogramming:reflection

## Compiler version 3.2.1-RC1 ## Minimized code Can hardly isolate a simple code reproducer, but [some integration tests](https://app.circleci.com/pipelines/github/ReactiveMongo/ReactiveMongo?branch=pull%2F1147) consistently reproduce the issue. ## Output ``` Exception: java.lang.OutOfMemoryError thrown from the...

itype:performance
area:library

- Implicit conversions between `JValue` `JsValue` - Instances for Play typeclasses `Reads` and `Writes` based on implicit instances of JSON4S `Reader` and `Writer` - Instances for JSON4 typeclass `Reader` and...

http://reactivemongo.org/releases/0.1x/documentation/bson/typeclasses.html

triage