Paul Jolly

Results 610 comments of Paul Jolly

> `git remote set-head origin -a` This is an excellent tip in general, but seems like the perfect solution here?

Thanks very much for confirming. Interesting: ``` git config -f .git/config remote.origin.url ``` fails with a non-zero exit code. `$HOME/.vim/plugged/govim` is a submodule of `$HOME/.vim` Is this a valid approach?

Ah ok, that explains what I'm seeing therefore. But I think it might be relatively straight forward to support this approach (which I like because the submodules help me keep...

Thanks for the link to https://github.com/junegunn/vim-plug/issues/455. Ultimately in that case I think what you _were_ doing was actually correct. i.e. if someone sets `GIT_CONFIG` then `git` should rightly obey that....

Adding a drive-by comment to agree with the suggestion presented in https://github.com/direnv/direnv/issues/556#issuecomment-576710201. However, I'm not sure I agree with this point: > I imagine that the private envrc would take...

@glensc > * I prefer in tree, no have no problem editing `.gitignore` - one time change Having access tokens etc in-tree seems like a recipe for disaster to my...

@shurcooL your fix presumably reports the import cycle via `gopherjs serve` too? Came up via https://github.com/myitcv/react/issues/68

Thanks @shurcooL your edit clarified things. So I guess my drive by comment, and it's an obvious one, is that we need to ensure that `gopherjs serve` also reports such...

@flimzy I'm in following mode at the moment, but interested in following this work

@shurcooL @hajimehoshi this is ready for discussion and review.