Josh King
Josh King
It's already possible to provide an http or https address for the HeroImage, e.g.: ```powershell New-BurntToastNotification -HeroImage 'https://toastit.dev/2021/05/element5-digital-OyCl7Y4y0Bk-unsplash.jpg' ``` Unfortunately, it looks like this isn't working for buttons, this will...
What you're running into there is a scoping issue. When running `Invoke-Command` the ScriptBlock runs in an environment where those variables do not exist. The "using" scope should fix this,...
So I have a family plan and have been able to set it up (though I had to use a link from the docs to get to the [integrations](https://start.1password.com/integrations/active) page).
This... isn't going to be as widely useful as I'd hoped. I'd glossed over the "Connect Server". The API isn't direct to 1Password, it relies on you having a proxy...
I haven't looked at what sort of additional metadata is possible to feed through SecretManagement... but being able to add URLs, OTPs, notes, etc would be sweet
Strictly speaking, if I'm using that in code I'd probably just store the OTP secret as its own secret and use [GoogleAuthenticator](https://humanequivalentunit.github.io/Google-Authenticator-In-PowerShell/) to get the pin if needed (yes... I...
Additional notes: - ansible-core 2.14 is going EOL next yesr (2024-05-20) - ansible-core 2.16 is new and should be added
Hey @JPRuskin, could I trouble you to open an issue to tag this PR to? I note this currently specifies #108, but I don't think that's accurate (#108 is about...
That output from `choco cache list` does look relatively static (i.e. the format is the same whether items are in the cache or not), so it should be possible to...
@rgl - This is likely a docs issue, as setting the `state` to `downgrade` does, to my knowledge, what you're asking for here. With that state set, if you don't...