Brendan Forster

Results 633 comments of Brendan Forster

``` 2024-05-16T21:51:14.067Z - info: [ui] [fetchRepoRulesForBranch] unable to fetch repo rules for branch: main | repos/finsmart-labs/fs-internal-ops/rules/branches/main Error: Although you appear to have the correct authorization credentials, the `finsmart-labs` organization has...

@Hridoy-EL this is a known issue specific to this fork (because it is separate to the upstream project): https://github.com/shiftkey/desktop/blob/linux/docs/known-issues.md#i-cannot-access-repositories-under-my-organization

Switching this to `investigation-needed` because there's a couple of things to consider before we dive in: - the naive check we do in [`AppStore._addRepositories`](https://github.com/desktop/desktop/blob/309806cf6e9cdeadd44824837347b281c80564a6/app/src/lib/stores/app-store.ts#L3516) is to see whether there are...

@tierninho @magerton I've updated the title here to indicate that this needs some more research, but basically this is what `git lfs install` does to a repository ([[source](https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-install.adoc)]): - Set...

Switching this over `investigation-needed` because I think we need to figure out what changes need to be made here. Adding `bug` because the details in that last screenshot make me...

Looks like this is the relevant component: https://github.com/desktop/desktop/blob/249c06d51332a7254de848e1c77a60e1ae52d587/app/src/ui/changes/multiple-selection.tsx#L20-L23 We don't have the ability to style the `div` with the `X files selected` text, so a `class` attribute should be added...

This is a keychain related issue - we need to store the credential securely on the OS and we use `libsecret` APIs to do this - we know `gnome-keyring` supports...

> Should I downgrade my desktop app to a version compatible with the GLIBC package I have? This was a change that came in with [3.4.13](https://github.com/shiftkey/desktop/releases/tag/release-3.4.13-linux1) where I anticipated a...

Ah, `git-credential-desktop` is a different binary to the main Desktop app. That seems to be generated in https://github.com/desktop/desktop-trampoline which I see is using `ubuntu-latest` in it's CI builds - that's...