Stéphane
Stéphane
I guess @SamPosh question was more of a rethorical question. as @markekraus mentionned, these features are part of the regular Class features (OOP Paradigm), and available in (almost?) all object...
Hi, I was wondering if any preogress has been done on this one? @SteveL-MSFT It seems like this one is not assigned anymore. It would be great to have these...
I believe we should close this issue. > This issue has not had any activity in 6 months, if there is no further activity in 7 days, the issue will...
This is q good start: ``` (git log --format="%ai`t%H`t%an`t%ae`t%s" -n 100) | ConvertFrom-Csv -Delimiter "`t" -Header ("Date","CommitId","Author","Email","Subject") ```
I have started to work on this one: test case ```powershell address -Content {div {p -name } } ``` updating the address function like this ```Powershell $tagname = "address" try...
## div example ### div without try catch PS /Users/stephanevg/github/PSHTML> div {address -plop} ### div with try catch updated `div` with try catch PS /Users/stephanevg/github/PSHTML> div {address -plop} Exception calling...
This simple example illustrates the benefits of adding a try catch statement in the new-pshtmltag function. ``` div { h1 { throw } } ``` ```powershell PS C:\Users\taavast3\OneDrive\Repo\Projects\OpenSource\PesterLove> div {...
Apperently, as an MVP, we can have a free certificate here --> https://www.digicert.com/friends/msmvp/
I contacted DigiCert. Waiting for them come back to me.
I had to think about a similar case at work. I tried some stuff out. To make a long story short, it is very difficult to push things back to...