Juliano Alves

Results 14 comments of Juliano Alves

Hello there, I've migrated a project recently and started dealing with a related problem, when using zio newtypes in my tests ([initially from here](https://discord.com/channels/629491597070827530/630498701860929559/955549036058906657)): ```scala object UserToken extends Subtype[String] {...

Hi @adamw, it would be great, but if I am honest it will be difficult to find the time!

@soujiro32167 I am not working on it, please feel free to implement it! ❤️

Atm I am using the following: ```scala trait TapirCodec[A] extends Newtype[A] { given (using c: JsonCodec[A]): JsonCodec[Type] = derive[JsonCodec] given Validator.Primitive[A] = Validator.Custom( make(_).fold( e => ValidationResult.Invalid(e.toList), _ => ValidationResult.Valid...

@deusaquilus while looking at the change in protoquill, I've realised this problem could affect mysql as well, so I am moving the fix to `AsyncContext` instead

@deusaquilus I will try to make the changes over the weekend :)

Closing [as mentioned here](https://github.com/zio/zio-quill/pull/2359#issuecomment-1198370462)

Closed once [finagle modules have been dropped](https://github.com/zio/zio-quill/pull/2756)

@gzoom13 thank you for the contribution, and I'm sorry it took so long to get back to you. It seems to me the encoder and decoder are in place now,...

Closed once [ndbc modules have been dropped](https://github.com/zio/zio-quill/pull/2760)