SVHawk13

Results 4 comments of SVHawk13

The below functions can be used to properly update your Markdown with -ProgressAction. - **Remove-CommonParameterFromMarkdown** removes any given common parameter(s) from your PlatyPS Markdown file, including within a function's syntax....

@danielhanchen I'm having this same issue as of commit 976d11a10d54383aeb7a692c69e01151a20bfd72. I get this issue every _second_ time that I run my finetuning script. It alternates between running without issue and...

`uv tool install ansible` installs `ansible-lint`, `ansible-playbook`, etc. but only symlinks `ansible-community`. The below one-liner creates these symlinks: ```bash [ -d "$(uv tool dir)/ansible/bin/" ] && find "$(uv tool dir)/ansible/bin/"...

I'm not one of the devs, but maybe this can still help: For point 1, I'm not sure that enabling a tunnel should first make these requests before trying to...