alberto

Results 11 comments of alberto

Done. Thanks for the quick response. (I had assumed that the current version what somewhat immutable, that's why I made changes to "next").

Ping. Can it be merged? Thanks.

@Velfi I can confirm that your workaround works. Thanks for the quick reply, I'll close this issue.

Sorry, I need to reopen this because I realized that, while the workaround prevents the client-side error and allows me to make the HTTP call to receive-messages, I'm now getting...

This is the CLI command: `aws sqs receive-message --queue-url=https://sqs.eu-west-1.amazonaws.com/087849981844/excalibur-company-materializer-qrp-events` The logs are a bit verbose, but we can already see that I'm hitting the correct URL/endpoint: QueueUrl=https://sqs.eu-west-1.amazonaws.com/087849981844/excalibur-company-materializer-qrp-events I'm not sure...

Hi, here's the minimal example: ```rust fn make_unsigned(op: &mut Operation) { let mut props = op.properties_mut(); let mut signing_config = props .get_mut::() .expect("has signing_config"); signing_config.signing_requirements = SigningRequirements::Disabled; } #[tokio::main] async...

I'm not sure what changed, but it's working now. Thanks for your help, and sorry for the inconvenience.

I came here looking for case-insensitive enum deserialization. What's the state of this PR? I don't understand if it's been superseded (and should be closed), or if it's still to...

In my company we use Scala. Having a Java client would be a great boon!

I'm having the same problem but I can't understand the workarounds. In my case the project is a rather large workspace consisting of a dozen crates, and many many transitive...