Marc O'Morain

Results 70 comments of Marc O'Morain

Hi @ieugen, are you suggesting that we change `clj-yaml` to build on top of SnakeYAML 2.x? Are there any user-visible benefits from that upgrade? FWIW, in recent projects at CircleCI,...

I'd happily review a PR for this. FWIW, adding a new`-all` vars would be my preferred approach, rather than adding options. I would not want to a single load function...

This is awesome. I'm downloading the binary now to check out the process. Some notes (non-blocking): - The installer package does not have a CircleCI icon - Windows Defender tries...

Update on this: - I fixed 4 on Friday - When I installed the package from the installer `circleci update` failed to run: ``` circleci update You are running 0.1.8068...

yeah, Snap and Homebrew manage their own updates. Afaik, `winget` doesn't yet support updating packages, it just allows you to install them.

I was thinking about adding some code here: https://github.com/CircleCI-Public/circleci-cli/blob/423e103f902f4fb689d7b1f7880636f41fc9551f/update/update.go#L179-L182 to change the error message based on `runtime.GOOS`. On Windows we could add some language around running the terminal as an...

```golang func helpfulErrorMessage(err error) error { switch runtime.GOOS { case "windows": return errors.Wrap(err, "failed to install the update. Make sure that you choose 'run as administrator' when starting your shell")...

Hi @ashthespy - thanks for creating the issue. We don't support running builds on Windows at present. I think we should make that error message far more clear, too -...

If you've gotten as far as `====>> Checkout code`, then you have successfully started our docker image (codename `picard`) and it has started your build container. That's great progress. I'm...