Matthew Kelly
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...
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...
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...
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...
### 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...
### 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...
## 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...
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...
### 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...