KeithALane
KeithALane
Fix typo in the lyrics. ### Description of the Change A clear and concise description of what has been changed. ### Related Issue A link/reference to the GitHub issue. ###...
### Describe the Bug A form field with an apostrophe in the name seems to result in the string being terminated. In a very specific scenario this can produce multiple...
Fix Incorrect parameter in documentation # PR Summary ## PR Context
I think the example on examples/functions.ps1 might be wrong. The closest thing I could find was Get-Command -Noun "Whatever" Related Question: _How should optional parameters be dealt with when using...
### Description of the Change Add group parameter to ConvertTo-PodeWebPage
### Describe the Bug Certain toast messages cause an error until server restart ### Steps To Reproduce New-PodeWebSelect -Name 'SQLServer:' -Options @($Servers) | Register-PodeWebEvent -Type Click -ScriptBlock {Show-PodeWebToast -Title "Unsupported"...
### Describe the Bug CodeEditor doesn't show up on Tab layout. Vertical space is allocated. ### Steps To Reproduce Steps to reproduce the behavior: New-PodeWebTabs -Tabs @( New-PodeWebTab -Name UpdateXML...
### Describe the Bug When you Update-PodeWebText a PodeWebCodeBlock it will lose the syntax highlighting ### Steps To Reproduce Update-PodeWebText -Id "UpdateBOMCommon" -Value "SELECT 'After', Name from master.sys.databases where database_id
### Describe the Bug Starting a PodeWebTab with a PodeWebCodeBlock causes only the border of other tabs to be clickable once clicking the problem tab. As a result, it may...