Cosmin Ciobanu

Results 9 comments of Cosmin Ciobanu

Does #186 mean actix can't do stream proxying? This sounds like a dealbreaker for use cases where large request payloads are received (i.e. > 10MB).

👍 Since Docker Desktop is not free for enterprise users, this could be a blocker in using Earthly. Rancher Desktop, which is a complete replacement for Docker Desktop and is...

We still encounter the issue on 2.0.1. The instrument is removed during snapshotting, but the prom reporter still exposes it indefinitely. If the instrument is a counter and is recreated,...

Thanks for looking into this @mpilquist! I've updated the test to use the explicit twiddle constructor. Also changed the first test to use twiddles instead of cons and removed the...

P.S.: If the list codec is not the first, `new *:` constructors need to be chained all the way up starting from it, even if the previous codecs are simple.

@mpilquist do we eventually want to merge this suite for regression purposes, or should I close the PR since it's achieved its purpose?

My bad, should have ran the tests locally for both 2.13 and 3. Compilations fails on Scala 3 with: ``` [error] -- Error: /home/runner/work/skunk/skunk/modules/tests/shared/src/test/scala/ExtendedQueryTest.scala:59:45 [error] 59 | country

I couldn't find a way to please both Scala 2.13 and Scala 3 compilers. ``` val params: continents.type :: Int :: HNil = new ::[continents.type, Int :: HNil](continents, 10_000_000 ::...

I suggest anything related to the Kafka target cluster to be configurable dynamically rather than requiring hardcoding / statically binding in the Simulation. This is equivalent to vanilla Gatling for...