Nabil Abdel-Hafeez

Results 242 comments of Nabil Abdel-Hafeez

@swoogles I just tried it and `.logCodecError(e => e.getMessage())` leads to a log message being printed with error level. Maybe your logging settings are the issue?

@swoogles btw this does not work for mismatches in the path. It will always lead to 404 without any log or custom error response. ```scala val getUser = Endpoint(Method.GET /...

@swoogles no. There are changes, but it is mergeable.

@tusharmath I think even if what you say works, my example still reflects unexpected behaviour and the "right way" is not easy to discover.

@jdegoes @adamgfraser Is this not what zio-grpc is doing, just adjusted to the new API design? Should this be added to zio-http? Or should this live in zio-grpc? If it...

@dejvid I don't think so. I am focusing on OpenAPI currently and that is also planned for the 3.0 release afaik. I might work on protobuf afterwards, but maybe this...

@promisingcoder I will implement this ticket or at least find a strategy to do so together with @jdegoes on [stream](https://www.meetup.com/zio-meetup-berlin/events/302081281/) on the 26.07. In general, this is not an easy...

I have been using Scala for ~10 years (And some Kotlin too, that has the same behaviour). It had optional semicolons basically like what @mnemnion described from the time I...

@domdorn since this might be macro related, the scala version might be helpful 🙂