Stuart Leeks

Results 78 comments of Stuart Leeks

Thanks @Chuxel > Ideally if runCmd wasn't specified, it would just skip the container spin up for example. I agree - this would be a nice addition! I'm not sure...

@jjliggett - apologies for the delay on this. Embarrassingly, I missed it among the other issues I'd created and spotted during some housekeeping :-( Is this related to #100?

In the early days of https://github.com/devcontainers/ci it manually called the `docker` CLI to capture some of the common steps that we needed to take to use dev containers in CI...

I've been hitting similar issues with git commands hanging as I use SSH key auth and [forward key requests to the Windows SSH Agent](https://stuartleeks.com/posts/wsl-ssh-key-forward-to-windows/) with `npiperelay`. What I noticed is...

I submitted this to the Defender team as a false positive and it has been removed: > We have removed the detection. Please follow the steps below to clear cached...

Glad it worked - thanks for confirming 😃

I think it would be a relatively straightforward change to make so that `ENVVAR=value` and `ENVVAR="value"` result in the same value assigned to `ENVVAR`. _Technically_, this would be a breaking...