Justin Grote

Results 874 comments of Justin Grote

I'm going to flag this as up-for-grabs and will shepherd a PR that adds snippets for `function-help` and `function-advanced-help`. These are one of the lowest barrier items to contribute to...

Related, is there a method already available to "humanize" bytes to kb/mb/gb intelligently? I saw a reference to Humainzer.Core in the cgmanifest and thirdparty notices but it doesn't seem to...

Thanks, I wasn't sure if there was a SMA-fronted proxy API or something I should be using. Thanks. EDIT: Implemented for webrequest verbose/debug PR as a potentially useful example: ![Image](https://github.com/user-attachments/assets/758eaff6-580e-4ff0-9c7e-03b98400f405)

Thanks for your submission! The test discovery needs a little bit of a rework, but have you tried it with PS7 and the latest version of pester? That's what I...

I'm going to guess this is because the using is in a different scope than the test scriptblock when it is run. The using ends up being part of the...

You can always just use a scriptblock to define a format property and it can call a static method in profiler for the implementation detail,.

@chrmarti I'm not sure how that would work in a devcontainer either, as say I'm doing a named map, the userdatadir would not be available in the container without an...

@chrmarti so `initializeCommand` isn't cross-platform so I can't do it reliably between Linux/Windows without a lot of boilerplate. As a workaround, I used a `Dockerfile` build and copied the scripts...

Thanks for the submission Martin! Keep them coming, I plan to look more into it once I finish up the logging PR, it will help to give much better visibility...