Noel Markham
Noel Markham
I did some work to implement @fedefernandez's suggestion for making the HTTP feature more flexible. I effectively hand-rolled what the macro would do (which really was an exercise for me...
That commit looks great. You could get around the `None` for the `PartialFunction` by using `Map.empty`, and for the `Kleisli[F, A, B]`, I suppose as long as the `F[B]` is...
Sounds good - I'm going to look at the annotations implementation once I've finished the bug I'm working on.
I'd like to solicit some feedback for the following approach to HTTP server generation for Mu. I've based this on @Rafaparadela's work (https://github.com/higherkindness/mu/pull/586/files) and @BeniVF's notes (https://github.com/47deg/marlow/issues/188#issuecomment-493085319), the code could...
Thanks for that - happy to change anything re the naming, these were just hypotheticals anyway. And yeah, I agree re the error mapping. I think this will all become...
Hi there, Have you seen the [genDateTimeWithinRange](https://github.com/47deg/scalacheck-toolbox/blob/05ad6f40c29d6951e657b72104c3a927c407970b/datetime/src/main/scala/com/fortysevendeg/scalacheck/datetime/GenDateTime.scala#L26) function? This should be able to constrain the year for you.
Ensure that the created Jars behave the same way as the tests inside the project. The motivation for this is that the magic strings are generated from a text file...
I have some code for reviewing at https://github.com/frees-io/freestyle-examples/pull/5 - it's very early days but some input from others would be welcome