Brian Bunke
Brian Bunke
Good call, switched to the full URL.
First, much love for the submission! Really appreciate that we have some hard code to consider, and the time you spent to help. I'm attempting to open discussion in #102,...
So. Many. Tests. 😄 Discussing in #147. Thank you, sir!
+1 for `Assert-Error` instead of `Assert-Throw`, mainly because of the "discoverability" argument.
#148 adds a `-Vertical` parameter. I have no plans to add native hashtable support, and would recommend converting to `[PSCustomObject]`/etc. before passing into this function. If others are interested in...
...I did not realize `SupportsPaging` auto-generated parameters. I like that suggestion. As a user, I don't expect count to come before the results anyway.
Fair point. I far prefer `Get-WikiPage` over `Get-WikiContent -Page`. Even if we're duplicating some code, I think it provides a better end user experience. Not that I need it, but...
...I did not realize `SupportsPaging` auto-generated parameters. If #72 becomes useful, we should keep this. Is this the worst idea ever? ```posh If ($First) {Write-Warning '-First has not been implemented...
Heh, this works on my cloud instance. Someone needs to update his on-prem install 🙈
We can catch a 501 error in `Invoke-Method`, and then provide a more helpful error message ("UPGRADE YOUR 💩"), but that's still a generic fix. Otherwise, we would have to...