Darren Gibson

Results 92 comments of Darren Gibson

Is Monix support still a blocker for having an official `FiberLocal`? Monix maintenance has slowed (last release is 2 years ago), and there isn't even CE3 support in any of...

I do think Cats MTL `Local` for `IOLocal` is a good idea and I will likely use it, part of my issue here is when I create the instance of...

> I think it's less a question of what implementations do exist and more a question of what implementations could exist. The blocker is that there isn't an argument why...

Can you add a few more tests cases? Looks like we previously lacked tests here, and I think adding a few more deeply nested cases, and a test case with...

@Lasering I think it should be possible to change the default semantics to NO auto-derivation by default in a way thats binary compatible, but certainly semantically breaking. We can just...

Thanks for the submission, but it looks that change won't be binary compatible.... What needs to be done is deprecating `Config` and the current `make` function and creating a new...

Thanks for the PR. I haven't had a full chance to look through it, but at a glance I like the idea. there is some prior art here to be...

Can you add tests demonstrating how to use this with `forProduct` and hand written encoders and decoders? Make sure to run the codec laws on those codecs as part of...

Thank you for your work, sorry it took so long for a review. Also apologies ahead of the time for the long comment.... After carefully considering the `NullOr` datatype and...

> Option of NullOr vs NullOr of Option The point of that exploration is that `NullOr[Option[A]]` is awkward and cannot work, sorry if that wasn't clear. > JMaybe `Undefined`. YUP,...