Björn Stierand
Björn Stierand
As adressed in #166 is_valid_healthcheck() throws an error when the '--start-period' option is provided. This is due a broken regexp that doesn't handle the dash in the option name. This...
`is_valid_shell()` breaks when you provide an input that is not proper JSON. SyntaxError: Unexpected number in JSON at position 1 at JSON.parse () This PR adds a try/catch to prevent...
As mentioned in #226 it would be helpful to have an option to see all the time which window is currently in focus. A permanent border with a configurable width...
**Steps to reproduce:** - Configure FocusIndicator to have a long TimeToShow, e.g. ``` context.AddFocusIndicator(new FocusIndicatorPluginConfig() { BorderColor = Color.Green, BorderSize = 5, TimeToShow = 2000000, }); ``` - select a...