Thomaz Leite
Thomaz Leite
Latest OS X (Mavericks) doesn't have GNU coreutils. I had to install `coreutils` and `gnu-sed` via hombrew, and run bitpocket using: ``` PATH="/usr/local/opt/coreutils/libexec/gnubin:/usr/local/opt/gnu-sed/libexec/gnubin:$PATH" bitpocket ``` Also, checking for sed only...
@aliotta: https://github.com/astronomer/astronomer/pull/1270
For reference, here is how I currently use Google Cloud Build with a `cloudbuild.yaml` file: ``` steps: - name: nixos/nix entrypoint: "nix-build" args: [ "image.nix", "--argstr", "name", "gcr.io/$PROJECT_ID/my-docker-image", "--argstr", "tag",...
> Don't we need it for other images as well, or are we intentionally targeting 2.2.3 and above? @kaxil, that question came up on our conversation yesterday. Rob initially added...
Okay, will run 3.2.19 for a week and report back.
Still getting the out of bounds in 3.2.19.
@lmangani anything else I can share to help debug this?
Can you reopen this? It still isn't possible to disable the auto closing of do/end blocks, and the extension doesn't respect the "auto closing brackets" setting.
Running `bundle lock` with the version specification works fine here. Would you mind sharing how you reproduced the issue? I'll look into it when I have a chance. Happy to...