Tyler James Leonhardt

Results 370 comments of Tyler James Leonhardt

This will be trickier than anticipated. Uncommenting the code that already existed didn't really do much. Here's what it has: - Class method symbols (but not references) - Class constructor...

To fully enumerate the options I thought of that prompted us to open this issue: * get PSES working in the web (involves a lot of unknowns...WASM, Blazor, but the...

Yeah I don't think we got very far that that was useful to link here.

This would be super useful - that and AllowPrerelease which I see is #68 We talked about PSDepend on the PS Community Call today 😄

rip - works outside of the tests 🙃 probably some magic path stuff. Digging...

Do you think there's a scenario when you want only Pull Request review comments and not Pull Request normal comments? I'm thinking about: ``` Get-GitHubComment -PullRequest 1234 ``` What would...

but then again....... commit comments show up in pull requests on the website... so then a user might expect those to come back as well but I don't agree with...

> I can imagine scenarios where you'd just want PR comments and not review comments Could follow `Get-GitHubPullRequest`'s `State` parameter which has validate set of: ``` All Closed Open ```...

I think the next steps would be: ### Improvements when running in Actions * ~Allow for auto-discovery of the GITHUB_TOKEN env var that's available in Actions: https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token So that there's...

True. I missed over the detail of it not being an env var... That'll be a bit more complicated with it needing to be a `SecureString`... so I wonder if...