Matthew Kelly
Matthew Kelly
@mdaneri, besides the above issue, is that everything for this PR committed and ready for merging?
Hi @fr0mtheinternet, If you add the following line within `Start-PodeServer` to enable error logging, and then restart your site: ```powershell New-PodeLoggingMethod -Terminal | Enable-PodeErrorLogging ``` When the 500 is thrown...
This is similar to an issue just raised (#1249), the underlying cause is that `Get-PodeTask` returns the base task definition created by `Add-PodeTask`, and not a processing task object like...
Hey @mdaneri, I had an idea about a similar feature a while ago, I can see this being useful :) Few notes after reviewing the code: * For the example,...
Ha, I just spotted this is in the #1136 PR! 😂 To save duplicating the comments above in the PR, I'll just leave the comments here as the review; I...
I think I can see what the issue was with defaults and static content; when you have multiple defined it seems I missed a path to `::Combine`! 🙈 The new...
I've an idea for this I'll try an test this weekend that might work, so LICENSE.txt isn't returned. Just trying to get Pode.Web v1.0.0 wrapped up atm!
So I do get both bugs on the develop branch, `/download/LICENSE.txt` matches to the `/` static route, and the `-DownloadOnly` switch flagging on the wrong routes because of the same...
Since we don't know when 2.11 will be released, we need to be careful as this could break many people's integrations immediately because they really can only use TLS1.2. I...
I've done some investigation, and this won't be possible directly from the public folder. For this to work you'll have to use a browser extension. However, I might be able...