tom-bop

Results 6 issues of tom-bop

With a process that's died, we end up seeing zombies that angel hasn't reaped: ``` $ ps aux | grep my-program ... [my-program] ... [my-program] ... [my-program] ... [my-program] ```...

Similar to https://github.com/larsenwork/monoid/issues/173 I'm seeing "==" combine to something that looks confusingly like "=" in macOS terminal.

With too many columns, `decodeByName` silently throws away the extra columns: ``` > decodeByName "a,b,c\n1,2,3,4" :: Either String (Header, V.Vector (HM.HashMap String String)) Right (["a","b","c"],[fromList [("a","1"),("b","2"),("c","3")]]) ``` It also happily...

Was very excited to use this library even if it meant we had to stop using more exotic functions, but there are a few missing that makes it a non-starter...

The docs here http://hackage.haskell.org/package/snap-extras are broken due to seemingly a misconfigured dependency. The log of failed attempts are here: http://hackage.haskell.org/package/snap-extras-0.12.2.0/reports/

https://github.com/GaloisInc/cereal/blob/master/src/Data/Serialize/IEEE754.hs#L11 says that you use a method with `ST` to cast between IEEE types, but that's been reverted: cereal again uses `Foreign` to cast. Ideally, instead of removing the comment,...