Jeremy Shaw

Results 6 issues of Jeremy Shaw

If I use `cabal2nix` to generate a `default.nix` for the current directory `./.`, and I have a `dist` directory hanging around, that directory gets included in the `source`. This later...

enhancement

I discovered this package by accident because I named a similar tool I am working on hackage-diff. The specific problem I was trying to solve with my tool is to...

According to this documentation, https://stripe.com/docs/api/subscriptions/create When doing a `POST` to `/v1/subscriptions` the `customer` and `items` parameters are both required. But in `spec3.json` it merely specifies, ``` "required": [ "customer" ],...

In this function: https://github.com/aristidb/http-types/blob/dda6874b98c39b8751d736080ff00a0c5e9d3456/Network/HTTP/Types/Header.hs#L166 The `ByteRanges` are render with an `=` sign. But according to section 14.16 of RFC2616: https://www.ietf.org/rfc/rfc2616.txt When rendering a byte range in a `Content-Range` header, there...

This patch fixes this error when using Idris from git HEAD ``` $ make idris --build iquery.ipkg Type checking ./IQuery/State.idr ./IQuery/State.idr:94:12:Can't convert State STInt with State t ./IQuery/State.idr:116:9:Can't convert State...

https://news.ycombinator.com/item?id=25882623