Nate Prewitt

Results 232 comments of Nate Prewitt

Hi @juanmol, the AWS CRT has added provisional support for `HTTP_PROXY` and `HTTPS_PROXY` environment variables (awslabs/aws-crt-python#313) in `awscrt==0.12.3`. If you get a moment to check this out, we'd be interested...

Hi @YichiRockyZhang, Thanks for the detailed findings! So this looks like we have something strange going on in the CRT that we may not have control over in the SDK....

Yep, completely agree. Would you mind following up in an issue with the CRT team for the second issue? Once we have an idea of why that's dumping we can...

Hi @kazuhitogo, Could you clarify what you mean by "maintaining a session"? If the signatures are becoming invalid after 5 minutes I believe you're hitting the issue noted in the...

Hi @amgautam, Amazon Transcribe just released support for [multi-channel](https://docs.aws.amazon.com/transcribe/latest/dg/channel-id.html) audio streaming this month. We haven't integrated those changes to the API into this library yet though. If you need immediate...

Hi @amgautam, It's likely that the Transcribe service is doing the channel split behind the scenes. Looking the [documentation](https://docs.aws.amazon.com/transcribe/latest/dg/channel-id.html) for the static API: "By default, you can transcribe audio files...

Hi @kkirsche, We've looked at doing this before. There are a number of issues with the existing typeshed hints we found during our last review. We have a feature branch...

Hi @relativityboy, thanks for bringing this to our attention. This appears to be an issue specific to the S3 resource. I wasn't able to reproduce it on other resources (ec2,...

Hi @marcrleonard, For this specific example, you have to join your threads. ```python t = Timer(0.5, x) t.start() t.join() ``` The problem with the current implementation is you're starting a...

Thanks for the report @limburgher. We're currently aware of the failure and are working towards resolving it. The CLI doesn't support 3.11 currently but we anticipate it being ready prior...