Joe Hosteny

Results 20 comments of Joe Hosteny

I'm sorry, that wasn't very clear of me. I mean that our _default_ configuration of the subrepo should use `[email protected]`, not `https`, since developers want to use their SSH keys...

@itsdalmo actually, I recall now why the `git:` protocol did not have the `x-oauth-basic` token specified - you can only clone a public repo with the `git:` protocol at GH,...

@itsdalmo the method you referenced appears to be working properly (though it is a bit more complicated). I am going to soak this in our environment for awhile with a...

> > Would that not make it hard for others to run the E2E tests? thinking > Yeah - I'm not sure how to handle this case. Is it worth...

@itsdalmo this has been running successfully for us over the last month or so, if you would like to review. I am not sure how to add tests unless there...

@itsdalmo is there anything I can do on this one to help get it merged? We are running a fork that has this, along with #186, #189 and #224. We're...

Note that the latest change also fixes the issue observed in #234

Hi @mrthehud, can you elaborate a bit on how this is breaking for you? How is this interacting with `yarn install`? I added this, so I apologize for any trouble....

@rickardl I would add that the `insteadOf` is only necessary for private submodule support, so a good proxy for feature flagging it may be the `submodules` field on the `get`...

Hi @mrthehud, So, one thing I am confused by is why git is performing a substitution here. If I look at a config in one of my active PR builds,...