ilya

Results 9 issues of ilya

Looks like `Source.fromPublisher` buffers some data from the source. I couldn't find any way to limit or disable the buffer size. ``` val source3 = Source.fromPublisher { Source.fromIterator(() => Iterator.from(1))...

1 - triaged
help wanted
t:stream

Here's a sample code. ``` val obs = Observable.fromIterable(1 to 2) val result = obs.publishSelector { o => o ++ Observable.fromIterable(11 to 12) } result.toListL.executeAsync.runToFuture.foreach(l => println(l.mkString("[", ",", "]"))) Thread.sleep(5.seconds.toMillis)...

bug

Akka gRPC 2.0.0. I couldn't find a way to specify ciphers for GrpcClientSettings to create a gRPC client service with TLS support.

client

With fs2-kafka `3.0.1` and also on `2.x.x`, we faced with the issue where multiple consumers that share the same group id start reading from the same partition after rebalance. The...

### What happened? Enabling Server-Side Apply in Pulumi Kubernetes Provider led to a conflict when k8s automatically changes params format. ### Example in the pulumi config, I specified a value...

kind/bug
area/server-side-apply
area/diff

Hello! Only one group for some reason still have red unread messages count on app icon. iOS. How can I avoid it?

Is it possible to ignore if there're some changes with git-submodule and they're not pulled yet? In this case, the root project gets DIRTY version.

According to [the docs](https://docs.rs/utoipa/latest/utoipa/derive.ToSchema.html#struct-optional-configuration-options-for-schema), there is no way to use a different from the struct name in the openaapi doc, like: ``` #[derive(ToSchema)] #[schema(name = "Dog")] pub struct DogSchema; ```...

Is it possible to install it on MacOS somehow?