David Haymond
David Haymond
@CalebAlbers @adrianwells Since SecretManagement and SecretStore are now available and offer a cross-platform facility for storing secrets in PowerShell, would it make sense to use it on Windows as well...
After some research, I believe that SecretManagement and SecretStore are not the best solutions for automation at this time. The main reason for this is that SecretStore only supports one...
I think `RootModule` should omit the path prefix entirely. See [Microsoft's documentation and example](https://docs.microsoft.com/en-us/powershell/scripting/developer/module/how-to-write-a-powershell-module-manifest?view=powershell-7.1#module-manifest-elements) for RootModule. Using the root module name only has worked for me in my own modules....
I just did some quick testing, and it seems that the OTP is not returned in the API. I'll open a support ticket with IT Glue to see if that's...
Thanks Christian! I voted for your idea, and then I also found an existing idea for Documents API support. I encourage everyone to vote for that one as well: https://itglue.ideas.aha.io/ideas/ITGPM-I-2028
Yeah, it is strange indeed. I'm pretty sure the issue only recently turned up (maybe when I updated to 0.2.0?). No errors are reported (other than the SVG parsing errors)....
After more troubleshooting, I've discovered that the bug is only present if both the following conditions are met: - The window is maximized - The tracklist is long enough to...
It's not a big problem at the moment since there's an easy workaround.
I think it would be best to wait on this until several PRs are merged and @CalebAlbers is ready to make a release. The final release may be 2.2.0 instead...
> Any way - I did some troubleshooting on this and came across some potential situations in which appending the `; charset=utf-8` to the `Content-Type` string would lead to issues....