Daniel G. Taylor

Results 255 comments of Daniel G. Taylor

From the CLI issue: > I'm reopening this issue. After debugging this I can confirm what others have said. This problem exists when trying to upload a large file to...

The fix for Botocore was in https://github.com/boto/botocore/commit/9e59c4e0e69ca6535dde35d839e6e5e65e03a5bb and seems to have solved the issue. We need to backport it to Boto. I'll see about trying to get it into the...

@mitchtbaum how would this work exactly?

I've spent some time thinking about this idea. I like the flexibility of pointing the executable to an OpenAPI file and having it Just Work:tm: but I haven't come up...

@mgagliardo91 also consider checking out https://rest.sh/ (https://github.com/danielgtaylor/restish) I've been thinking of suggesting an OpenAPI extension to auto-configure parts of the auth there. If you don't explicitly need code generation it...

This looks like a minor bug related to the file extension stripping. Your workaround of using the name with `Yml` in it should work for now and I'll see if...

This is a great question, I'll try to have a look when I get a chance and will need to work on making the output of the CLI a bit...

VSCode and many other editors support the use of `$schema` to point at the schema representing that item in order to power code completion, suggestions, and in-line validation, see for...

I've also found `Timestamp` a pain to work with. If you're using Python 3.7+ and willing to try another plugin then you can check out https://github.com/danielgtaylor/python-betterproto. It just uses Python's...

This looks like a port of graphql-cost-analysis into Go: https://github.com/koron-go/gqlcost