Sebastian Thiel
Sebastian Thiel
Thanks for sharing! In practice, each item, like a path in the index, is only written once, while it also won't have anything to escape. So I'd probably dumb in...
The way I understand this issue is such that wherever currently `async-std` is used, there should be an alternative that uses the respective `tokio` type. This way, those who have...
Thanks for giving this a shot! As the new year is looming, I am closing PRs that can't move and that I can't take over. Thus, sadly, this one is...
Actually, I don't think I can do that as it will break the ability of `cargo smart-release` to perform a release of `gitoxide`. Publishes fail if the test-tools use dependencies...
As this PR is blocked by technicalities and won't budge for that reason, I am closing it as the issue is likely to persist until `cargo smart-release` has been adapted...
Thanks for reporting! This might be due to an outdated install.sh script which I believe originates [here](https://github.com/crate-ci/gh-install/blob/master/v1/install.sh). The original also seems to ignore `CARGO_HOME`, and [this line](https://github.com/crate-ci/gh-install/blob/master/v1/install.sh#L140) seems to be...
Thanks a lot for reporting! I also think that the commit display right now can be confusing as it's not true to the underlying graph. Interestingly, when checking out any...
Thanks a lot for the suggestion! To me it seems there should be nothing in the way of supporting PATs as ultimately they should be nothing more than a secret...
That's awesome, thanks for sharing that simply using a different secret will actually work! All GitButler would have to do is to add support either by means of a flow...
Thanks a lot for reporting! Indeed, the `open` crate is used to open paths and I never had an idea that this could spawn an application in the same terminal....