You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would you be able to do a pull request ,this will check if all unit test are passing , if so, it looks legitimate
usually { } are more for path parameters in text here [] seems nicer / better
The reason this exists, is because the TUI (terminal UI) library used by vacuum requires font colors to be defined by enclosing square brackets. This completely conflicts with the JSON path, so as a workaround I replaced with braces.
I don't think the issue has been resolved in the upstream library, so I am amazed this works. I will look into it a little deeper.
In
dashboard
UI, for some reason, there is some random replacements of]
to}
, and weird truncation at the end of the line.I've tried a quick local hack and this seems to work:
..the space helps with the truncation issue, and not sure what was the purpose for the curly brace replacements.
The text was updated successfully, but these errors were encountered: