Brendan Forster
Brendan Forster
Repro steps: - Create an MVC4 project (.NET 4.5) -`Install-Package Code52.i18n.MVC4` (gets 0.2.5) - Compilation error in `LanguageController.cs` line 52 ``` public JavaScriptResult Language() { return GetResourceScript(Resources.Language.ResourceManager); } Because `Resources`...

Split off from #1893 For repositories which are very IO-intensive, `git status` can take significant time to complete and update the list of files being changed. We should show some...
Split off from #1893 For scenarios where invoking Git takes time to compute the diff, we should have some sort of placeholder to show that stuff is happening. The example...
I've published a new release which has custom integration support (for editors and shells) and would love help with testing this area for any platform-specific quirks, if anyone has scenarios...
## Description I don't believe this is a regression for 1.6.0, but the Compare tab doesn't have the same restrictions as #6417 and I was able to get myself into...
## Description A bit of polish to the new menu item for viewing the current stash ## Version * GitHub Desktop: 2.0.0 * Operating system: macOS 10.14.5 ## Steps to...
**Please describe the problem you think should be solved** @niik raised an excellent point at the end of #7826 > My only remaining concern now is with how we're dealing...
Some feedback from https://github.com/desktop/desktop/pull/2581 around the certificate flow that we need to add in the app: - [x] support stacking dialogs so that we can push and pop dialogs within...
Reported on Stackoverflow: http://stackoverflow.com/questions/34559255/github-desktop-this-file-is-empty/34563114 Lacks some important details about the state of the working directory, but capturing this to see if we can do better here.