Jan Hoek

Results 8 issues of Jan Hoek

It seems that GraphViz is not aware of PowerShell path constructs such as `~`. ```powershell Graph { Node Foo } | Export-PSGraph -DestinationPath C:\users\jhoek\Desktop\thisworks.png Graph { Node Baz } |...

- If neither is present, populate both with the primary key fields + description fields. - If either is present, use it to populate the other. Not sure how you...

My AL file name pattern contains a piece of literal text (` - `): "CRS.FileNamePattern": " - .al" For objects without an ID, such as profiles, the file names look...

enhancement

Would it be possible to issue a warning if the number of placeholders in the format string in e.g. Error, Confirm, StrSubstNo etc. does not match the number of arguments...

In procedures with a return value type (=functions), the developer should probably either call exit() to return a value, or assign to the named return value (if applicable) before the...

**Describe the issue** To facilitate the learning and discovery process for new users, PowerShell uses a predefined set of verbs for all cmdlets and advanced functions to use. While I...

enhancement
Ships in a future version

Judging from #30 and #59 (both closed), it would appear that URLs should be supported in the JSON that reminders-cli exports. However, so far I haven't been successful in exporting...

In version 15.76.0 of the extension, invoking "Remove Empty Sections" removes almost all empty sections (even request pages with no controls or actions), but it seems to leave empty labels...

investigate