Gibson Fahnestock

Results 140 comments of Gibson Fahnestock

Looks like https://github.com/bazelbuild/rules_docker/pull/1795 would fix this as it runs the macOS build on macOS 🎉

Not sure if it's the same cause (got here by Googling my own issue) but I resolved my similar issue by adding my terminal app (e.g. Terminal.app, iTerm2, Alacritty, Kitty)...

+1, my script to push to PRs is no longer working. Previously after `gh pr checkout $pr_number` running `git config branch.$(git branch --show-current).remote` would show the remote to push to,...

Worth noting that git itself tells you not to use such a configuration (e.g. from `git help remote`): >Note that the push URL and the fetch URL, even though they...

> Are there any other using: that auto-install dependencies? I think it's `mercurial`, `curl`, and `svn` judging from: https://github.com/Homebrew/homebrew-test-bot/blob/6e5b9dbd11338e55995293df9852ece37123af3d/lib/test_formulae.rb#L40-L59

>So does this remove the need to manually define kt_lint tests? They get autogenerated now ? Yes, if you opt in they get autogenerated. >This seems like something that should...

>your USER node also has write access to /usr/local/lib/node_modules (no problem to install -g and npm link) Really? When I tried this with `node:8.4.0` and `node:8.4.0-alpine` I get permission denied...