Ian Duncan
Ian Duncan
Sorry for seeking tech support, but I've looked around fairly extensively on how to this image up via docker compose, and haven't had much luck. Would you be able to...
Query parameters are allowed to be repeated in URLs, e.g. `status=PaidTrial&status=Paid`. As far as I can tell, ember-parachute doesn't seem to offer a means of accessing these duplicate query parameters....
Uploading and downloading artifacts doesn't properly preserve file modes. Downloading executables in particular would be very useful since when moving tasks out into concurrent steps it can break build scripts...
Stripe supports setting a header that uniquely identifies requests in order to perform said requests idempotently. It would be great to include support for this feature. Thoughts? https://stripe.com/docs/api?lang=curl#idempotent_requests
I semi-regularly find myself using APIs that support attaching some form of user-provided metadata, but the metadata must be an object. As an example, the Segment HTTP API has a...
Hi there, I've recently started experimenting with beam, and it's really a pleasure to use so far! However, I've run into an issue regarding performing arithmetic on times: I can't...
I'm interested in building something similar to [VCR](https://relishapp.com/vcr/vcr/docs) for http-client. Would you be open to exposing a way to hook into the manager's requests and responses so that way apps...
I often use quasiquoters for things like JSON, SQL queries, JavaScript code, etc. It would be great if there was a way to configure quasiquoters with specific names to syntax...
We ran into an alert where an internal invariant had been broken in the `ReqSketch` library. As best as we can tell, it was triggered by an async interrupt causing...
I'm attempting to use servant-client to communicate with an API that expects all routes to end with a trailing slash. On GET requests, they return a redirect status code, so...