Cody

Results 19 comments of Cody

This one maybe a little too late lol. yamatatsu has already submitted a PR for this: https://github.com/aws/aws-cdk/pull/17878

Also, I have no clue what the letters in `writer.write("$L $P \json:\"$L\"", memberName, memberSymbol, jsonTag);` mean lol. I tried $C and kept running into a `InvocationTargetException` so I went with...

I can understand that. If I capture it right, looking through an example. [EC2RunInstances](https://github.com/aws/aws-sdk-go-v2/blob/8df2ee085105c481fc1f39086d023b22d457245d/service/ec2/api_op_RunInstances.go#L71) and it's [Input](https://github.com/aws/aws-sdk-go-v2/blob/8df2ee085105c481fc1f39086d023b22d457245d/service/ec2/api_op_RunInstances.go#L86) make no assumption on protocol. It's not till [invokeOperation](https://github.com/aws/aws-sdk-go-v2/blob/8df2ee085105c481fc1f39086d023b22d457245d/service/ec2/api_client.go#L172) and I think more...

Putting iluoyi's solution in code ``` python try: role = sagemaker.get_execution_role() except ValueError: iam = boto3.client('iam') role = iam.get_role(RoleName='AmazonSageMaker-ExecutionRole-20191205T100050')['Role']['Arn'] ``` A SageMaker execution role exists if you ever ran a...

As a data point as I can't seem to reproduce consistently but: This seems to occur randomly based on what copilot returns (using copilot.lua and not github/copilot.vim). Something about copilot...

I'd love to give this a try over the weekend if I could get some high level direction on how to achieve this (or a similar commit)

Doing some research into this, tell me where I'm wrong: - Vim delegates to `Editor` or other crates for functionality - Editor has popups [here](https://github.com/zed-industries/zed/blob/583273b6ee67a477a5a4e834d53a3eaa0c773c23/crates/editor/src/hover_popover.rs#L489) - Popups render a "div"...

Same issue here, but we didn't upgrade and instead just added on to it. It seems anytime we increase our storage, the items disappear.

This is also true for runcommandonset