Jason Whittle

Results 7 comments of Jason Whittle

Logging the request objects before I send them, the header that I’m setting is `Stripe-Version: 2014-10-07`. I’m using the `V20141007` constructor from `Web.Stripe.Client`. The API version set in the dashboard...

As an example, here’s the result I get back from Stripe that causes an error in the test “Succesfully retrieves an Expanded Balance Transaction” (in response to a POST to...

⇒ stack exec ghc-pkg list | grep aeson aeson-0.11.2.0

Just a note for people who find this page after experiencing the same error as I did: I used `git mv` to rename the cabal file (the new name for...

I have the same issue as the two reporters above, also on MacOS (v12.6). ``` ▶︎▶︎ nix-env --version nix-env (Nix) 2.11.1 ▶︎▶︎ cat /etc/nix/nix.conf build-users-group = nixbld binary-caches = https://cache.nixos.org...

I found something that worked for me. I’ll leave it here for anyone who encounters it in the future: ``` NIX_PATH="nixpkgs=$(nix-instantiate --eval -E '')" ob run -v ``` N.B. My...

Hi @axman6, thanks for amazonka-s3-streaming. I’m trying to get more comfortable using conduits, and having your library really helps. All I can think of that your library would do would...