jonathan343

Results 19 comments of jonathan343

Resolved in https://github.com/aws/aws-cli/pull/8037. Closing.

I also ran into this issue when updating my teams docs site which is very large. I agree it's something the Furo devs should consider. A work around is to...

Last thing I'll comment on (incase you haven't considered) is the `-j N` option for `sphinx-build` which will: > Distribute the build over N processes in parallel, to make building...

For those using third-party service implementations, please see the updated disclaimer above: > **Disclaimer**: The AWS SDKs and CLI are designed for usage with official AWS services. We may introduce...

For those using third-party service implementations, please see the updated disclaimer above: > **Disclaimer**: The AWS SDKs and CLI are designed for usage with official AWS services. We may introduce...

> ImportError: cannot import name 'DEFAULT_CHECKSUM_ALGORITHM' from 'botocore.httpchecksum' @FChmiel this is most likely a result of not using the latest version of botocore where this constant was introduced (`botocore-1.36.0`). This...

@IsaevIlya @FChmiel Are either of you able to provide a reproducible error? Also, can you verify the correct versions in your environment after installing all dependencies using something like `python...

Hey @bcherny, Did this fix end up getting released? I just tried installing `npm install -g @anthropic-ai/[email protected]` and I'm still getting the following: ``` $ claude --version /usr/bin/env: invalid option...

I just tried this with [v1.0.43](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/1.0.43) and it looks like it's resolved! ``` $ npm install -g @anthropic-ai/[email protected] changed 3 packages in 1s 2 packages are looking for funding run...

Hey @svbfromnl, We've added support for providing full-object checksums in `s3transfer-0.11.x`, which is used in the latest versions of the AWS Python SDK and AWS CLI. You should now be...