Sergei Vorobev

Results 216 comments of Sergei Vorobev

Hi Chris, PlatyPS MamlModel (which is the data model for the intermediate representation) is not carrying the formatted data at the moment. While being translated from markdown it normalizes to...

There are 2 types of example codesnippets: - Code (when we use powershell moniker after triple-ticks) - Interactive console log (we we dont) In the former case, we should not,...

Yes, definitely. It's a great suggestion, I think the current behavior is silently ignore any text that is not a link under related links.

Interesting. As a workaround you can dot-source the file, that works.

Yeap, we had to work around quite a few PowerShell quirks in platyPS, but mostly related to the help system. Perhaps we can find some workaround here as well... Would...

Hm, yeah we can probably create `FAQ.md` and add such edge cases there.

Thank you for the report! I need to refresh my memory about it, I think it was one of the design trade-offs I had to make, in order to get...

I’m not sure that this is a well-defined behavior of the ps help system, when you use a default parameter name set that is not listed in any params. The...