Jason Gwartz

Results 5 issues of Jason Gwartz

This is a proposal for an additional feature, so I wanted to get feedback on the idea before starting on an implementation. Our use of kube-janitor at Ecosia is as...

**Which mbt command are you having troubles with?** mbt build, and/or custom commands **What's the current behaviour?** the builds or commands of each module run sequentially **What's the expected behaviour?**...

The [docs on installation](https://pkl-lang.org/main/current/pkl-cli/index.html#macos-executable) currently suggest the following instructions to download the executable: ``` curl -o pkl https://github.com/apple/pkl/releases/download/0.25.1/pkl-cli-macos-0.25.1.bin chmod +x pkl ./pkl --version ``` but the URL `https://github.com/apple/pkl/releases/download/0.25.1/pkl-cli-macos-0.25.1.bin` is invalid:...

## Change Summary The docs indicate that the error thrown by `import()` (as in: `client.collections(...).documents().import(...)`) contains a key `importResults`. In my usage, I found that the runtime type of the...

Fixes: https://github.com/axios/axios/issues/5236 (and similar others) I noticed recently that sending a POST/PUT/PATCH request with an undefined body would add a `Content-Type` header of `application/x-www-form-urlencoded`, even when the request body is...

priority::medium