Nabil Abdel-Hafeez

Results 242 comments of Nabil Abdel-Hafeez

just fyi, I'll still take a look, but was quite busy. I hope I can find some time before the year ends.

@hearnadam @sideeffffect `AnyVal`s can't be inner classes. If we want to do this. It needs a bigger refactoring and would be part of #1359

@tmccombs There is now a bounty on this issue you might want to add a claim to your PR

@yanisoln fyi: There is already an open PR

Yes, the config has a new field. We should enable mima and use the unroll lib for the config.

@neo773 CI is red for https://github.com/zio/zio-quill/pull/3083

I think zio crypto might be dead. Maybe we should exclude it

Does this help? ```scala import zio.http.* import zio.http.codec.* import zio.http.endpoint.* import java.util.UUID type NotFound[EntityId] = EntityId type EntityId = UUID val union: ContentCodec[String | UUID | Boolean] = HttpCodec.content[String] ||...