srhb 2017-01-30 09:37:44
zipper: "Convertoing
srhb 2017-01-30 09:37:47
Yikes
srhb 2017-01-30 09:37:52
"Converting?"
zipper 2017-01-30 09:38:26
srhb: I don't know a better word.
srhb 2017-01-30 09:38:39
zipper: Are you asking how to parse anb
srhb 2017-01-30 09:38:51
Jeebs, this keyboard. "a bytestring into an Int?"
srhb 2017-01-30 09:39:02
zipper: Or are you experiencing difficulties with your specific parser?
zipper 2017-01-30 09:39:18
srhb: this https://hackage.haskell.org/package/wreq-0.4.1.0/docs/Network-Wreq-Lens.html#v:responseHeader
zipper 2017-01-30 09:39:38
I can get Content-Length as a Data.ByteString.Internal.ByteString
zipper 2017-01-30 09:40:09
I can show it as a String but I can't pull the Int out
zipper 2017-01-30 09:40:27
No pack and toStrict or fromStrict will work
geekosaur 2017-01-30 09:40:53
(read . Char8.unpack) will probably work
geekosaur 2017-01-30 09:40:58
(althouygh ugh)