Avi Press
Avi Press
I can use `argPos` just fine, but if I add a `help` param, I get ```: System.Console.CmdArgs.Implicit, unexpected flag (Arg_): Help "" CallStack (from HasCallStack): error, called at ./System/Console/CmdArgs/Implicit/Local.hs:106:11 in...
Hi @dmjio, I'm interested in adding in functionality for a few connect endpoints. Currently, I'd like to be able to get connect's oauth tokens (https://connect.stripe.com/oauth/token) and managing checkout sessions (https://api.stripe.com/v1/checkout/sessions)...
I've been thinking toodles could have some UI aid to show dependencies between TODO's. This could be encoded via key value pairs.
requested in #17
Documenting an issue uncovered by @flokli in a private repo that I'll describe here: curl-runnings uses http-client-tls, which apparently has no nice way to configure your own cert file. @flokli...
It would be useful to be able to make assertions about arrays that come back in responses, eg some array length
First referenced in #58, being able to ensure a response has a certain shape would be useful for complex responses.
Please indicate any desire for Windows support here. I can't take care of this now (don't have a Windows machine) but can prioritize if there is interest in using it....
Currently when interpolating previous response values, we can only index previous test cases by their position in the test suite. This can be annoying and break when we change the...