Nikita Myazin
Nikita Myazin
Oh yeah, I wanted to do it and completely forgot about it
I've tried to create a project in Intellij 2023.1 (release) and it has worked fine 🤔 Also, I've tried to use new wizard API the dumb way, and the result...
Fixed [here ](https://github.com/zio/zio-intellij/pull/433), will be released soon Sorry it took so long. I've got no idea how I didn't notice it earlier 
Hi @Ellzord Thanks for this report as well :) I believe the issue was fixed here https://github.com/zio/zio-intellij/pull/376 ```scala import zio._ import zio.mock.Expectation.value import zio.mock.mockable import zio.test.Assertion.equalTo trait DataSource trait Client...
Should be closed here https://github.com/zio/zio-intellij/pull/432
Closed [here](https://github.com/zio/zio-intellij/pull/411). 
@hmemcpy seems to work fine with ZIO 1.0.17 (haven't checked other lower versions) 
@lackhoa nope 🙁
@jdegoes another easy option would be to break abstraction a little bit and handle it in `zio.http.netty.AsyncBodyReader#connect`. Instead of submitting chunks one by one ```scala buffer.result().foreach { case (chunk, isLast)...
Looks like `main` branch doesn't compile now 🤔