Nikita Myazin

Results 28 comments of Nikita Myazin

@vigoo not sure how it disables streaming feature. This buffer is used only until we connect some consumer to a channel. Once consumer is connected, this buffer will not be...

Actually, we already have an inspection that detects discarded effect (due to Unit discarding). We can expand it to trigger when ZIO effect is treated as `Any`, but I'm not...

@JasonLuo-Redgate respectfully, it is not. I _am_ using 10.11.1. The issue is not about which value is being set as a system property, it's about _why_ the value is being...

Thanks @erikvanoosten! Yeah, that's what we've decided to do as well (increasing `maxPollInterval`, and also removing `.retry` on a stream just in case). I understand that's it's quite tricky to...

@narma that's interesting 🤔 I wonder why

@kyri-petrou well, I'd say `ZIO.raceFirst(eff, Nil)` should always behave exactly like simple `eff` (even though that's not my real case, and optimising for this specific case wouldn't fix my issue)...

Also got this error. These two lines fixed the issue for me ``` export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock export DOCKER_HOST="unix://${HOME}/.colima/docker.sock" ``` Thanks to this thread https://github.com/testcontainers/testcontainers-java/issues/5034#issuecomment-1036433226

I believe the issue is resolved by now. Closing the ticket now, please let me know if I'm wrong

I'll try to fix it this week