Matthew Kelly
Matthew Kelly
I've added a new helper function, `New-PodeCron`, to help with creating cron expressions for schedules: The main way to use `New-PodeCron` is to start with the `-Every` parameter, such as...
Hi @ericxin1982 / @ili101, So I'm not sure about SimplySql as I've not used it before; it does look like it uses powershell classes so that could be an issue...
That's the plan! For Pode.Web I handcranked it into the module, but if we add in the support directly to Pode properly we can update the way Pode.Web handles it...
I've been working on the Authorisation feature and functions. It works similar to the idea posed above, but with a couple of tweaks. Instead of `New-PodeAuthAccess` it's `Add-PodeAuthAccess`, and the...
I've been working on this for the last few days on and off when I can, and managed to put it all together 😄 It's fairly similar to what's above,...
Hi @mdaneri, The translation is done at the HTML level client side. If I remember rightly relative paths in HTML are based on the current "folder" which in this case...
But the correct option is what's occurring no? Your page is at `http://localhost/docs/swagger-editor` and your href is `./swagger-editor-dist/swagger-editor.css`, therefore it would load the content from `http://localhost/docs/swagger-editor-dist/swagger-editor.css` If the page was...
Ah yes, the ordering that hierarchical routes like that are created in does matter. It's been reported before that the `-Defaults` doesn't work, but I could never reproduce it; I'll...
Hi @mdaneri, I just tested myself and `http://localhost:8085/editor` does load the `index.html` page, however it is just a white screen - which makes sense as the `./swagger-editor-dist/swagger-editor.css` references would call...
Hi @mdaneri, I'm still seeing the same as my previous response. For the `swagger-editor-broken.ps1` I would expect this to not work, as the order the static routes are created in...