Ben Burke
Ben Burke
Some Safari extensions have quotation marks in their names, and this causes KnockKnock to generate malformed JSON in its output. Parallels Desktop for Mac includes one such Safari extension. It...
My VirusTotal API calls are all returning 400. But if I change the User-Agent they work. Here's an example using [httpie](https://httpie.io/cli). I have a request body in my clipboard... ```...
Right now when the call to the VirusTotal API fails, it does so silently to the user. A log entry does get made, but that's it. * Users should be...
It would be nice to have a way to update the README content of a repo (I believe this is `full_description` in the API) **Output of `hub-tool --version`:** ``` Docker...
Fixes #310 and #184 in v1 (already fixed in future release v2) I'm not sure if you are interested in this fix for v1, but this is a quick curl...
**What I did** I applied a wording fix to `docs/aci-container-features.md` suggested in #2154, wherein the sentence: > A single container is executed in its own ACI container group, that will...
**What I did** Changes an entry in the `docs/ecs-compose-features.md`'s "Compose fields mapping" table so that `service.deploy.restart_policy` is an `x` instead of a `✓` also removes a note from the `service.restart`...
ecs-compose supports neither `service.deploy.restart_policy` nor `service.restart`. (This is a re-submission of the accidentally-deleted, previously approved but unmerged PR #2184). **What I did** Changed `✓` to `x` for `service.deploy.restart_policy` and `service.restart`,...
I've been very happy to use ctds in a few projects and I like it a lot. It exactly met my needs (particularly for bulk data loading) at a time...