HieronymusBlaze

Results 7 comments of HieronymusBlaze

The AddBranch() method, itself, appears undocumented. If there is documentation for it then please let me know where. Thanks. And great job so far on this library. I am using...

OK. Here is the in-code comments for AddBranch() ![image](https://user-images.githubusercontent.com/3196088/145691711-a04cf504-2543-4e98-9744-5048f2bef0cb.png) As a newcomer to this library, I need a little more documentation. In my opinion, the explanation should go on your...

Sure. Given: config.AddCommand("install-cloud") .WithDescription("Install Cloud API from Zip File") .WithAlias("cloud").WithAlias("cld"); config.AddCommand("init-account") .WithDescription("Initialize Account DB from Powershell Script File") WithAlias("account").WithAlias("adb"); config.AddCommand("init-cloud-db") .WithDescription("Initialize Cloud Database from Powershell Script File") .WithAlias("cloud-db").WithAlias("cdb"); Output would...

Look at the duration parameter of the commit method. That controls the speed at which the animation completes and/or loops.

I am glad you are still working on this. With the arrival of Blazor, the entire .NET community want to convert typescript to C#. So this library will be in...

So this red icon is a ghost we should ignore? What is the status of this issue?

Hi. So what is the general consensus on this app/library. Is it now stable enough to use in production? I've been holding off on implementation until the debugging/refactoring has settled...