Tyler James Leonhardt

Results 655 comments of Tyler James Leonhardt

@peterbe can you open a new issue? You're probably seeing something different.

I don't think this will be possible because we will never know the scopes needed to get the `gh` CLI working. `gh` can do pretty much everything that github.com can...

What's the error when GITHUB_TOKEN isn't permissive enough? So since GitHub Authentication is only responsible for dishing out GitHub tokens with varying scopes, I think that this work should either...

I'm gonna need some help with this extension since I don't use lastpass anymore :(

Here's the logic for it: https://github.com/TylerLeonhardt/SecretManagement.LastPass/blob/main/SecretManagement.LastPass.Extension/SecretManagement.LastPass.Extension.psm1#L398-L409 what does `lpass status` return for you.

Yeah I'm not 100% sure what `Test-SecretVault` should really be doing. I'm tempted to always return true but I want it to provide some value.

Yeah that's probably the best bet. Would you like to contribute that? I'm going to need to find a new maintainer eventually for this repo as I don't use LastPass...

hmm this is tricky because since we're returning an ordereddictionary, we can't be specific enough... we'd need to return a specific type that we own. That said... the user _could_...

I think it should... It's probably getting stuck here: https://github.com/TylerLeonhardt/SecretManagement.LastPass/blob/main/SecretManagement.LastPass.Extension/SecretManagement.LastPass.Extension.psm1#L109 it shouldn't be wrapping in quotes because then Get-Command fails

Alas, I do not... but @SteveL-MSFT should!