-
```
==> X fs2.concurrent.TopicSuite.unregister subscribers under concurrent load 0.035s munit.ComparisonFailException: /home/runner/work/fs2/fs2/core/shared/src/test/scala/fs2/concurrent/TopicSuite.…
-
Before 3.2.8 the following used to compile as is:
```scala
/** Buffer until `f` returns true
* @note
* Careful on unbounded memory growth
*/
extension [F[_]: Applicative, A](src…
-
Found by: @lavrov
[Original message](https://discord.com/channels/632277896739946517/632310980449402880/1049270300203810836)
Example:
```scala
//> using lib "co.fs2::fs2-core::3.2.4"
import …
-
Hi - great library, thank you!
Scanning for the same service it always terminates with a variant of this exception (usually does find the service first):
```
fs2.interop.scodec.CodecError: ans…
-
Support for protobuf and gRPC would drive adoption (at least for me).
It's definitely not easy as it involves code generation but maybe https://scalapb.github.io/docs/writing-plugins could be used …
-
Version: `co.fs2::fs2-core::3.10.2`
When running the code https://scastie.scala-lang.org/btTjBsN3QWGSP8S0AMPz6A, the `Stream.bracket` resource closes unexpectedly before the inner `process` and `em…
-
If you currently use Fs2 Rabbit, please consider becoming a maintainer.
I no longer have neither time nor interest to work on this since it's been about 3 years since last time I used RabbitMQ in …
-
Having a test configuration like this one:
```
# lfs osts
OBDS:
0: fs1-OST0000_UUID ACTIVE
1: fs1-OST0001_UUID ACTIVE
2: fs1-OST0002_UUID ACTIVE
3: fs1-OST0003_UUID ACTIVE
OBDS:
0: fs2-OST0…
-
Would you consider porting this https://github.com/Spinoco/fs2-http/blob/series/0.4/src/main/scala/spinoco/fs2/http/websocket/WebSocket.scala.
The use of `web socket` s and `FS2` gives a nice strea…
-
I would expect the code below to print FrameSet("1-100x25,1-100x1"), as both FrameSets are identical, but it prints FrameSet("1-100"). Technically, both FrameSets (fs and fs2) contain the same frames,…