Rob Harrison

Results 25 comments of Rob Harrison

I was going to suggest that, however I think the structure of the repo would be forced to change and this might have a knock effect on carthage etc. I...

I came across this issue today myself. I believe it is an MS Excel weirdness that it does not conform to the RFC4180 rules correctly and doesn't always quote strings...

Above pull request with passing tests. I believe although correct RFC4180 is to have these fields quoted, it is better to parse the field if we can and avoid misleading...

Speaking as someone who built an app around the aws-ios-sdk, only finding at a late stage that it didn't compile for Mac. It was deeply frustrating and expensive to re-implement...

@DanielZanchi that's good to hear. It was mid 2019 when we started finding issues, so would you believe it's been nearly 2 years since this work was undertaken now and...

Am rewriting to try and use HasStatus and return custom types without UVerb to see if that works

Realised can't rewrite with HasStatus cos StatusOf is a type level. @gdeest I think the `Auth` combinator is being used here, unless I'm getting my terminology mixed up. ``` type...

Ok, I'll try updating servant as per the version from @and-pete above and see if I can still reproduce.

@and-pete from not enough interfaces to too many! I'm now getting the following and I have tried compiling with IncoherentInstances too but no change from below error. Running gdeest's pull...

@gdeest I'm getting the following... ``` /home/robwithhair/GGMR/vfde-inv-var-api/src/API.hs:94:55: error: • Duplicate element in list: '[StatusOf (Headers '[Header "Set-Cookie" SetCookie, Header "Set-Cookie" SetCookie] (WithStatus 201 NoContent)), StatusOf (Headers '[Header "Set-Cookie" SetCookie, Header...