Paul Heymann
Paul Heymann
Hi, thanks. Have you considered open a PR to add this framework? I am not familiar with finagle and thus it could take some time before I can add it....
Hi, I think this will need some work and time as we have to: - find a way how to add descriptions which don't render the current API dsl more...
Started to compile some documentation on how the internals work (far from complete): https://github.com/pheymann/typedapi/blob/master/docs/UnderTheHood_Client.md
Hi, I am not sure if you already got the time to take a look at this topic. In case you did, I did some bigger clean-ups in the internal...
Hi @wookievx , I think it makes no sense to introduce a library which is 1) stale and 2) brings something like cats into scope. So far I managed to...
Hi @wookievx , thanks for taking a detailed look into the Swagger task and sorry that it took me so long to respond - a lot to do lately. I...
I think this problem can be solved by merging the different transformation stages into a single one. That means, instead of having a `HList` of [ApiElements](https://github.com/pheymann/typedapi/blob/master/shared/src/main/scala/typedapi/shared/ApiElement.scala) which we transform into...
I just remembered the problem I ran into when I tried that before: ```Scala "find" :>: Get[User] // desugared val x$1 = "find" Get[User].:>:(mkWitness[x$1.type](x$1.asInstanceOf[x$1.type])) ``` Here Shapeless cannot find a...
I tried it for a while but stopped eventually as I also just have very limited time and this is more of a minor / cosmetic issue. Maybe you find...
I will keep that issue open until both of us agree that we cannot find a proper solution :)