Joel Bach
Joel Bach
I do not know if it is still relevant but if you do not need the `AggTrade` type you can use `--opaque-schema="aggTrade"` to exclude it from generation (or rather let...
Hey @schoettl , currently we indeed only support `application/json` (optionally with a charset which is ignored). We could add the JSON API mime type but I am not sure I...
Hey @schoettl I agree with you that all `+json` media types need to be interpreted as JSON, so I've merged a PR to make sure this is the case. Can...
Hey @schoettl You are right, this is indeed the same problem as in the issue you referenced. There is currently no option to completely turn off the uppercasing of the...
Hey @StevenXL We had a similar discussion some time ago which led to the conclusion that for the moment, a custom implementation of our `MonadHttp` is sufficient to achieve what...
@schoettl We use template-haskell for the code generation and it seems like even if you do not access internal modules during the generation, they can still get exposed in the...
Thank you for your input! I agree that the current design can lead to problem when the underlying specificaiton changes as it relies on the positions and would prefer a...
Could you provide a minimal reproducer for this?
Thank you for the reproducer @turion ! I agree that it looks like the nixpkgs/GHC version is the reason. I've included the new imports as alias (that is how we...
Closed by #124