Tom McLaughlin
Tom McLaughlin
I'm trying to fix #189. Closing file descriptors in a reliable and portable way is not simple. The best summary I found of the different approaches available is in this...
Hello, I saw there have been a few commits since the last release (https://github.com/haskell-servant/servant-multipart/commit/a940d3fb8baa56204a0ea3156e07523d1fabeb3b). These commits tweak version bounds to work with recent `servant` versions, like those in the Stackage...
I'm seeing this issue where there is a large margin around the nodes sometimes, especially when you zoom to deeper levels of the hierarchy. This happens a couple times in...
This PR is an attempt to support GitHub's pagination API. At present, this package allows you to construct a request with `FetchCount`, which has constructors `FetchAtLeast Word` and `FetchAll`. Both...
A broken symlink was introduced in this commit: d64dd4ffffae534068505b83986c8d95f8cbc3bb at `attoparsec-aeson/src/Data/Aeson/Internal/Word8.hs` This made it impossible for me to add `aeson` as a Git dependency to my `stack.yaml`, because it fails...
I noticed that when trying to use certain Kubernetes endpoints with this library (such as DELETE of a `Service`), the response would fail to parse. Looking into it, I found...