coder (π³)
coder (π³)
### What You Are Seeing? `choco` command upgraded a pinned package. `nodejs `pinned at version `12.13.0`. Previous runs of choco upgrade all behavied correctly. ### What is Expected? I'm expecting...
First of all thank you for this very useful and well done project! If I execute a script with this strict mode enabled: ```powershell Set-StrictMode -Version Latest ``` **posh-git** prompt...
As request. As in the subject.
It's easy from screenshot. Inconsistent `Export-Member`:  Thank you, Giacomo S. S.
Hi there, thanks for sharing this **wonderful library**. I've also appreciated C# extension methods, but I think (_personal opinion_) that some C# developer could prefer including `Result` directly at source...
Before raising my grasp (and I've still a lot to understand and learn) of monads, I was always confused by `return` monadic operation. For what I understand now the `return`...
I apologize for not being able to coordinate issues, pull requests and for not replying to all emails. I was very engaged in various heavy and challenging projects around Europe....
For the ones who have missed the cause of my last absence from OS/etc, please follow this link: https://twitter.com/gsscoder/status/821821285701451777 Here everything is explained. Bye :)
Hi there :) I've followed video tutorial instructions in Windows machine. I'm unable to install extensions. My python3 version is **3.9.1.** Here is the command: ```powershell $ azdev extension add...
Repro: ```csharp class Options { [Option('s', "storage", Required = true, HelpText = "Storage account name hosting metrics")] public string StorageName { get; set; } [Option('s', "key", Required = true, HelpText...