Brendan Forster

Results 633 comments of Brendan Forster

> > Be able to resize commit message section > > I think this is a good idea. We'd need to create a version of our `Resizable` component that supports...

@ahuth bumped this discussion in #7466 with some new ideas and inspiration from elsewhere

> Maybe there's a flag or something in the newer electron to make it more software-rendering-friendly? https://github.com/shiftkey/desktop/blob/linux/docs/known-issues.md#i-get-a-white-screen-when-launching-desktop You can set an environment variable `GITHUB_DESKTOP_DISABLE_HARDWARE_ACCELERATION=1` to disable hardware rendering and see...

``` **Error: Invalid version flag: or** ``` This is not a new issue - see https://github.com/shiftkey/desktop/issues/320 for more context. At the time I closed that out because I didn't want...

> is there a way I can install Github-desktop-for-Linux from source? This isn't supported corrently. There is an AppImage version that is intended to be used standalone, independent of the...

We wrap the `openPath` method on Electron here, so I'm not sure why it's defaulting to open a different program: https://github.com/shiftkey/desktop/blob/cab1d2ca900ff21deb46539bd9501572d77da875/app/src/main-process/shell.ts#L27-L31 [The docs](https://www.electronjs.org/docs/latest/api/shell#shellopenpathpath) suggest that: > Open the given file...

@Fuzzypeg thanks for the feedback. Let's break this down a bit: > I would expect files where only the last-modified date has changed to not be displayed in the change...

/I need more details from the application to be able to troubleshoot further. Please check the logs created at `~/.config/GitHub\ Desktop/logs/` from around the time of the issue to see...