Tommy Brunn

Results 148 comments of Tommy Brunn

`Usage: cowsay [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...]` It separates the options from the arguments, so that you can do, for example: ``` ➜ cowsay -- -f ____ < -f >...

There are two open pull requests addressing this issue since 3 years now - #2091 and #1835. At the moment it's not possible to use `credential_process` together with the aws-cli...

I believe I just ran into the same problem with a definition like: ```json { "type": "object", "properties": { "minimum_instances": { "type": "integer", "minimum": 1, "allOf" :[ { "maximum": 80...

So far this discussion has only touched on two vastly different approaches, each with their own drawbacks: 1. Compile zstd to webassembly. Necessary for browser support, but makes it awkward...

Hey! That would be very much appreciated. I think the easiest way would be to just fork the project and get familiar with how the current docs are generated. It's...

It looks like your two issues are actually unrelated. The first one is coming from the connection (before we even get into parsing the actual message protocol), when we try...

> When you say record batches, I normally send 100 to 1000 records in a send call. Do you think changing that to 1 could prevent this issue? I am...

I received the failing fetch response in a private message and was debugging it during the weekend. Documenting it here for posterity. The request is a Fetch V7, which uses...

ASG capacity providers only solve the scaling of ASGs to accommodate tasks in a cluster. It doesn't solve the lifecycle management of the ASG and facilitate things like instance draining...

It's "maintained" in the sense that I'm still alive, but it's poorly maintained because I'm just one guy who doesn't have enough time and energy to maintain both this library...