Voytek Pituła

Results 52 comments of Voytek Pituła

@julienrf Do you think it pays the cost of introducing first dependency to core algebra? Idea looks interesting and for sure worth investigating but I'm not sure if its beneficial...

I confirm, [this](https://github.com/Netflix/conductor/issues/2975#issuecomment-1639145873) does the trick and elastisearch starts just fine :) I still struggle to run full compose due to redis socket timeout but its a separate issue

No problem, I hope you've had happy holidays. Yes, I'm using existing DB. I prefer to create a schema by script rather than by code. Thanks for your help :)

Hey folks, I would need it for higher kinded data. Do you know if there are any blockers to implement this in Scala 3? If it's possible and not too...

Why do you think shapeless is necessary here? I thought we could just use macros. Also could we (initially at least) not bother ourselves with fully fledged ADTs hierarchies and...

Unfortunately, I didn't have a chance to work on it when I hoped. Also in my current work, I decided to embed very minimal FunctorK and SemigroupalK implementation to limit...

For me the problem was with multiple(comma-separated) paths passed to `sonar.sources` which is allowed by sonar docs. Should I rise separate issue for this problem?

Thanks a lot for the response and for the possible workaround! Although the described approach would work in theory it won't fly for us in practice. The reason is that...

Hey @remkop, I understand, it's fine to close the issue. I think it might significantly limit the adoption from Scala (having working native collections is rather important). However, at the...

Additional note for sttp3, today I've spent quite some time debugging why my streams are not consumed. In the end I found the magical `case ResponseAsWebSocketStream(_, _) => None` that...