Brendan Forster
Brendan Forster
@rickhopkins > If you could just alias the repo locally that would work... so instead of every gvfs repo being called src in the desktop client, just allow for an...
@rickhopkins > Doesn't the desktop client just use whatever git version is installed on the machine? No, we use this package (which supports Windows/macOS/Linux/ARM64) so the user doesn't need to...
Seems legit. Probably a breaking change to the API as `parseError` is only returning an enum currently: ```ts public static parseError(stderr: string): GitError | null { // ... } ```
@zarsky-broad thanks for the report! This is the same root cause as https://github.com/desktop/dugite-native/issues/164 and needs to be addressed in the embedded Git. I'm going to move this over the related...
@kittaakos apologies for the delay on this. I just encountered this on a fresh clone and after I poked at the result from one of the failing tests I got...
@kittaakos > So the error was due to `ts-node` Not quite. With the tests we configure `GIT_ASKPASS` to launch this script, but `node` https://github.com/desktop/dugite/blob/8f5d928de494ad9c4942f34ede77e6686d168d86/test/auth/ask-pass.sh#L1-L4 The `ASKPASS_MAIN` environment variable is this...
I don't have bandwidth currently to look into this, so it'll be up to someone else to pick this up. But I'm happy to help with reviews.
Seems legit
> Don't support relative paths :+1: I've checked various BS things [here](https://github.com/shiftkey/Shimmer.Samples/blob/master/src/desktop/DesktopSample/ViewModels/SettingsViewModel.cs#L55) as part of the demo app. I think I'll migrate these over to helpful exceptions in UpdateManager. Would...
Hahahahaha well that's cray: - Install from `Manage NuGet Packages` -> no file in the project tree - unload the project - reload the project - AND THE FILE IS...