Der_Meister

Results 9 issues of Der_Meister

Exception is thrown in Update-Progress function: > Exception: Attempted to divide by zero. --> Attempted to divide by zero. It happens, because $totalCommands is not defined. ``` $totalCommands = $commandsHelp.Count...

up-for-grabs

Test1 module: ``` function Invoke-TestCmdlet { param ( [Parameter(Mandatory = $true, HelpMessage = 'Only test.')] [string] $Path ) } ``` .\psDoc.ps1 Test1 -template .\out-html-template.ps1 -fileName Test1.html http://screencast.com/t/tZxmSQ1FRiT .\psDoc.ps1 Test1 -template...

``` protected void Page_Load(object sender, EventArgs e) { Session["ReadOnlyTest"] = "Only Test"; } ```

SOSS
HashTable
Common

``` protected void Page_Load(object sender, EventArgs e) { Session["NoSession"] = "Only Test"; } ```

SOSS
HashTable
Common

Need to build `jquery3-bbq` NPM package.

My command line: ``` nrconfig.exe /f methods+ /w Some.TypeName /i SomeAssembly.dll ``` It still adds all types to output file. I noticed that `WhereTypeFullNameLike` option is not used anywhere in...

I noticed a version parameter for null.js script. That's why it's not cached. > http://172.22.242.63/Static/bundles/null.js?bust=1485176298464 It's useless to request this empty script from server every time. Also bundle.js/css do not...

https://github.com/Saritasa/SaritasaTools/blob/develop/src/Saritasa.Tools.Messages/Common/Repositories/AdoNetMessageRepository.cs#L119 https://github.com/dotnet/corefx/pull/25410