Brendan Forster
Brendan Forster
I'm probably being a bit pedantic here, but when I'm uninstalling I see the original version of the app, not the latest version. Would love it to be updated after...
Citation: https://github.com/github/Shimmer/blob/master/specs/Tools.md > 1. Call `$DTE` to build the current project, including the NuGet packages > 2. Look at all of the projects which have references to `Shimmer.Client` > 3....
Test these SKUs: - Visual Studio Express 2012 for Windows 8 (maybe) - Visual Studio Express 2012 for Windows Desktop
From @matteomigliore: > is it possible to use %ProgramData% instead %LocalAppData%, we need a shared installation for all users I know one of the things that @xpaulbettsx wanted at the...
But `Install-Package` does. Joy. 
Version: 0.6.21 > i'd like to mention that during uninstall the application shortcuts created during install are not removed.
It's mentioned a lot in the various specs but isn't really explained anywhere else. So let's: - explain how this appears when doing the updates - implement this in the...
https://github.com/github/Shimmer/blob/master/src/Shimmer.Tests/Client/BitsManagerTests.cs They look kinda important
`netsh http add urlacl url=http://+:30405/ user=MYMACHINE\MyUser` This should be part of the bootstrap setup for the dev environment. That is, - `.\script\bootstrap.ps1` - detect the current user and machine name...
Should be available in Liquid Templates: https://github.com/Code52/pretzel/blob/master/src/Pretzel.Logic/Templating/Jekyll/LiquidEngine.cs#L53 - Test that SiteContext populates posts based on category - Test that template can render all categories associated with a post - Test...