Nabil Abdel-Hafeez

Results 242 comments of Nabil Abdel-Hafeez

If I look at the map/flatMap of zio http, it looks very specific and not like caliban. So, my question is: Can this be abstracted in a reasonable way? Or...

I encountered a similar problem. In case you have a Scala 3 enum ```scala enum MyEnum: case MyCase(i:Int) ``` the macro fails if you have one side with the explicit...

I actually did not know about `serviceAt`. And I remember in a training or symposium the answer for how to inject two objects of the same type was a wrapper...

Especially Adams last point `I'm sure it varies among teams`, makes me believe that this is a problem that should not be solved in zio, but in linting tools. Idk...

I am working on all content related stuff for #1703

@afsalthaj I think it makes sense, to offer docs based on the combination of endpoints and middleware. That said, I think that it should be possible to combine docs on...

May I suggest another name? I mean this is an endpoint to expose metrics right? A health check might be in someone's domain something different. Like is the db connection...

I think we should just make sure, that this is not the case anymore in the next release. Since `Middleware` is in a heavy change process, I suggest to only...

@frekw I would highly recommend to make metric names configurable. Orgs might have naming schemas that a team has to stick to. We have this and I know others as...