Peter Rowlands (변기호)

Results 230 comments of Peter Rowlands (변기호)
trafficstars

Does the `setup-cml` action run `cml ci`? It seems like the only thing that needs to be done here is to document that using DVC in github actions with the...

Looks like there was an issue with aws last night where the default iterative remote wasn't reachable over https.

It looks like the get and import benchmarks have also been flaky lately for similar reasons, they are occasionally hitting max http retries and eventually failing when trying to reach...

`importlib_metadata` is not in the install requirements for 3.0.3 (it was only added to the tox dependencies and not setup.py in https://github.com/Kozea/pygal/commit/d1d02c69891ddd5367903ea0bb11d260c3cac219), so importing pygal will fail even on non-python...

Can you try updating scmrepo to the latest release and see if the issue is still present? ``` pip install scmrepo==1.0.3 ```

Setting the user in the git URL shouldn't be required since you are using the `User` field in your ssh config host section. There's a bug somewhere but given that...

I think the issue here is actually that the dulwich protocol check looks for the explicit `(http|git| ssh)://` scheme or `git@` prefix to determine which client to use. In this...

@dberenbaum I think it would probably take me about a full sprint. One thing to note here is that the git `http.` config options also support a lot of ways...

I don't think a GHA specific patch belongs in scmrepo, iirc some other users encountered a similar issue with aws codecommit and whatever their CI equivalent is. If this is...

It can't be generalized at the scmrepo level since the headers have to be set in the actual HTTP requests (that are crafted entirely in the upstream git backends). The...