Nikita Myazin

Results 28 comments of 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 ![image](https://user-images.githubusercontent.com/28982711/234919684-88b414f5-31c2-45b0-bb64-062ee6cce2d9.png)

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). ![image](https://user-images.githubusercontent.com/28982711/226195958-eda7d4de-e441-477d-bfff-ae2fb1b73aef.png)

@hmemcpy seems to work fine with ZIO 1.0.17 (haven't checked other lower versions) ![image](https://user-images.githubusercontent.com/28982711/226205275-9da86d74-3780-4154-947b-6df9b36b43b8.png)

@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 🤔