Jordan Garrison
Jordan Garrison
Also experiencing this issue. We've had to block this project.
Yes +1 for this! This also could allow it to reflect the reviewers shown in the WebUI inside the extension's pane. Currently teams don't show up in the reviewers list...
@sgucciardi I think this is already supported via cdk_args? ``` - name: CDK diff Github Actions uses: youyo/aws-cdk-github-actions@v2 with: working_dir: 'cdk' cdk_subcommand: 'diff' cdk_stack: 'MyStack' cdk_args: --context=env=dev ```
@lpil Totally understand and thank you for the context, nix is a unique environment and I don't want to add any burden to building out tooling for this wonderful language....
@lpil Thanks for the helpful context. I believe the issue I’m encountering may not be directly related to Nix or Nix Flakes, but rather tied to VSCode Remote Development over...
Note: This PR also relates to #177, which reports that the `update-flake-hash` workflow isn't triggering on releases. While this PR fixes the tag update logic (ensuring tags point to commits...
## Update: Now also fixes #177 I've updated this PR to comprehensively address both issues: ### Root Cause Analysis The workflow wasn't triggering automatically because: 1. Releases created by `GITHUB_TOKEN`...
> M-x copilot-install-server doesn't complete at all because of this. :) I no longer have the `copilot-install-server` command available at all 😅