Matthew Kelly

Results 279 comments of Matthew Kelly
trafficstars

Hi @avin3sh, If you only need to run the command once in Pode's web runspaces, where routes, middleware, etc. are run, then building a global middleware to run the command...

I was not aware of AsyncAPI, that looks awesome! It looks like it's based on OpenAPI as well, so can probably re-use a lot of the same logic potentially.

Hi @Chris--A, This is expected, the localhost Route doesn't use Authentication, so `$WebEvent.Auth` will be empty as it doesn't go through that middleware. Since you're hijacking the same session, you'll...

I've added in some better default parameter handling when using SecretStore, but the crux of the issue was that a Password for the vault needed to be supplied, and then...

Another function I thought was in the list above: * `Get-PodeTaskProcess` - this will return an invoked task process object, similar to the object returned by `Invoke-PodeTask`

Resolves in #1136

Hi @abolinhas, What happens if you try a `*` or `127.0.0.1` address for the endpoint?

Hi @abolinhas, I'll have to investigate when I get chance.

Hey @acommonusername, Thanks for the PR! Looking at this there's quite a few use cases this would have to cover when `-NoOverwrite` is supplied: * File names with no extension:...

Hi @Skakiz, I'm not overly familiar with the AD module but: * Are you running `Import-Module ActiveDirectory` before `Start-PodeServer`? * Are you running Pode on the DC itself, or from...