Matthew Kelly
Matthew Kelly
Hey @eugen257, @ili101, Timers and State is the usual approach I tell people to use - or Files in place of State. And like how you've mentioned, have a button/etc...
Ooo, that's interesting. It looks like it's skipping content or somehow mashing different lines together 🤔 When I get a moment, I'll test it and see what happens. As for...
Hey @ili101, I'll have to investigate the `Out-PodeWebTextbox` one more when I get chance, but for the duplicate clicking of Next/Back/Submit I agree we should just disable the button via...
This was resolved by #533, I just forgot to close :)
Hmm, I can reproduce it as well. It looks like Charts.js is just ignoring the height value for Pie and Doughnut charts 🤔 I'll have to investigate and see what's...
I did think about adding the spinners during a refresh - just couldn't think of a clean way of doing it. I'll have a rethink!
Hi @AndreasNick, The Route should be the only object that needs cleaning up. I'm actually wondering if putting a `-Force` on Pode's `Add-PodeRoute` might be a cleaner approach - to...
Hi @AndreasNick, A `Remove-PodeWebPage` is something I can see being useful! The function would need to take the `-Name` as well as `-Group`, and could then follow a flow something...
Closing as from #1393 there's now a `Get-PodeTaskProcess` which can be used to retrieve the Task process object for `Test-PodeTaskCompleted`
I agree we need better i18n support, I've even been thinking about this for Pode.Web as well - currently in this Project item which is just idea note taking at...