Brendan Forster

Results 532 comments of Brendan Forster

Just stumbled upon this issue as part of trying to package `git` into an ASAR archive while also dealing with the fact that Git is an executable. A bit of...

FYI @paulcbetts @smashwilson @binarymuse @kuychaco - why we won't currently be able to put Git into an ASAR

Given that nothing is being rendered, I wonder if this is a hardware acceleration issue. @okwh when running from source are you able to add `app.disableHardwareAcceleration()` just after this line...

> I wonder if adding another font to that list means that it would choose that instead of the others? `sans-serif` as the fallback font is one that all browsers...

@hamaminatu this is an excellent question! Currently our focus is on catching up to feature parity with the classic Desktop apps, and getting what we've built battle-tested, so I don't...

Tagging this as `future-work` as our 1.0 work and stabilization is the current focus.

> Seems I am getting hung up on 2FA code entry when connecting to Github Enterprise. @kleinen this might be #1628 - could you confirm which version of GitHub Enterprise...

@kleinen please open a new issue with as much information as you can provide so we can investigate further...

@Shinrai thanks for the feedback. We don't currently support pointing to arbitrary locations for an editor, and there's some more context about this that I've added to an earlier thread...

Marking this as `help wanted` because I'd like someone from the community to explore this further. The component for configuring your editor is in [`app/src/ui/preferences/advanced.tsx`](https://github.com/desktop/desktop/blob/master/app/src/ui/preferences/advanced.tsx), and I also have some...