Mark Beznos

Results 11 comments of Mark Beznos

When using this with in kotlin multiplatform, i noticed the generated "AnyOf" classes attached a `@Serializable` annotation, leading to this error: `@Serializable annotation without arguments can be used only on...

I just went to double check that. My fork was just merged with a1f0f68. I just piped the output to a text file, and it disappeared. I'm trying to figure...

Found a fix, will be pushing a pull request soon.

These are implemented in [LettuceMod](https://github.com/redis-developer/lettucemod), maybe they can get merged in?

This would be great. The performance from Lettuce & Netty is amazing, but it gets pretty bogged down by workarounds for this. For Redis usages with many value types, it...

@OlegDokuka Having a `Flux.zipDelayComplete` Being able to zip data sources with default fallback values for mismatched lengths would be very useful too. I tend to hack this together by using...

@chemicL I created a example of what I tend to use now here: [vibbix/rx-experiments](https://github.com/vibbix/rx-experiments). The attached `README.md` has a description of my thought process in the design as well. I...

Hoping to see this merged soon, looks great!