Matthew Kelly

Results 67 issues of Matthew Kelly

### Description of the Change Use RequiredModules to make sure Pode is loaded, instead of using custom logic to do the same thing. ### Related Issue Resolves #333

### Describe the Change To save having to compile the Pode DLL for multiple versions of .NET and PowerShell, it would be simpler to only compile Pode to support Windows...

packaging :package:

Not sure how this one's happened, but the documentation for `Merge-PodeAuth` when `-Valid All` is supplied did reference the mandatory nature of a `-ScriptBlock` being required. I've either dreamt that...

documentation :book:

When an item for `Add-PodeLogger` is just a plain string, a `-UseRawItem` would mean you don't need a pointless scriptblock that does the following: ```powershell New-PodeLoggingMethod -EventViewer | Add-PodeLogger -Name...

enhancement :arrow_up:
story-points: 3
priority: low

Test if some task is currently being invoked/running - by checking all currently running task processes with that task’s name. Possibly also add a `Wait` function as well, to wait...

enhancement :arrow_up:

### Describe the Change The `Use-PodeX` functions, like `Use-PodeRoutes`, are only ever mentioned in passing and don't actually have proper documentation on how to use them. The function summaries are...

documentation :book:

### Discussed in https://github.com/Badgerati/Pode/discussions/1085 Originally posted by **timttran** March 12, 2023 Hi, Any chance for a Pode to serve mhtml web pages in the Public folder? This would be an...

investigation :mag:

## DO NOT ACTION > This is simply a ticket to have this on the radar, and should not be actioned just yet. Doing so will very likely break people's...

security :lock:
on-hold :hourglass:

Following #439. Currently when scriptblocks are invoked from the frontend, they invoked in a request-response pattern; this results in actions only happening one the entire request pipeline has finished. This...

feature :sunny:

### Describe the Bug `Move-PodeWebPage` doesn't URL encode the `-DataValue` parameter, which means certain characters behave unexpectedly - like `+` turning into a space. One thing to note here is...

bug :bug: