gautaz
gautaz
@elezar `device_ids` was in fact the right syntax, I should have looked earlier at the [compose spec](https://github.com/compose-spec/compose-spec/blob/master/deploy.md#device_ids), my apologies. You are right, the issues I am facing now are not...
Hello, I am trying to do the same than @pniedzwiedzinski for a yocto environment. I have adapted @teu5us [suggestion](https://github.com/nix-community/nix-environments/issues/81#issuecomment-2468180653) but I am not sure how the [resulting flake](https://github.com/gautaz/harpi/blob/main/flake.nix) is to...
Switching `devShells.${system}` to `devShell.${system}` did the trick. I did not realize that I kept this `s` from the flake example from [NixOS & Flakes Book](https://nixos-and-flakes.thiscute.world/development/intro) (which is unofficial btw). Many...
Hello @gravitylow, The issue is still reproduced on our stacks, even for stacks deployed a few days ago (i.e. 2025-12-02): Here is the relevant part in the `template.yaml` file that...
Hello @gravitylow, I have just redeployed my [original minimal example](https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/2138#issuecomment-2380429566) reproducing the issue. I can confirm that the issue is still reproduced: Here is the ARN of the stack: `arn:aws:cloudformation:eu-west-3:432287323027:stack/cfn-issue-2138/66beb530-d9ce-11f0-b1ab-068fb0765d6d`
Hello @gravitylow, thanks a lot for your support, adding `ec2:DescribeVpcAttribute` fixed the drift status. I also found the errors in CloudTrail. Before closing the issue, I am just wondering if...
I am glad that the suggestion seems sound :-). If `find` is used, what could also be supported is an option like `-0` or `--null` (the same option than the...
Yes, both seem great, I would say that `code2context` seems closer to the task done by the executable as the result is part of the context provided to the AI....