Matthew Kelly

Results 279 comments of Matthew Kelly
trafficstars

It'd be a difficult one to fix without breaking people's integrations who are already aware that the order matters. Best to fix it in 3.0.0 😉 For now, adding a...

I had a thought about this last night; it should be fine to fix for just static content. I've an idea on how to quickly fix it, which I'll commit...

What is the problem you're actually seeing with `-Default`, have you any screenshots, etc.? Because for me it's working as expected.

That commit, for static content only, will sort the paths it's searching on into the correct order. I've tested it using your editor examples, and flipping the two static route...

The way `-Default` is working is as expected, the issue is caused by the way relative paths work in HTML. The only way I can fix this is to add...

I've added a `-RedirectToDefault` switch to `Add-PodeStaticRoute`, which will instead reirect to `/editor/index.html` instead of loading the index.html file in place.

Hi @svivier-gp-aviva, Where are you calling `Connect-PodeWebSocket`? Before `Start-PodeWebServer`, inside `Start-PodeWebServer`, or inside another scriptblock such as a Route, Timer, etc.?

Hi @jbaechtelMT, Was this meant to be raised over at [Pode.Web](https://github.com/Badgerati/Pode.Web) instead? There's also the option to add custom buttons for custom export options as well here: https://badgerati.github.io/Pode.Web/Tutorials/Elements/Table/#buttons 😃

Hi @davidfencik, If you have the credentials stored in environment variables, then using `-Credential` on `Invoke-Command` should work 🤔 Have you got some example code as to what you're trying...

Agreed, in which case we could just support anything that is currently in support (assuming PS7.3 is unsupported at this point, as it is ~1 month away): * =PS7.4 uses...