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
../test/JsonParser.cpp:20: FAILED:
due to unexpected exception with message:
* Line 1, Column 10
Bad escape sequence in string
See Line 1, Column 13 for detail.
causes problems with hyprland IPC if for example the monitor description/model contains unicode characters: #2475
I'm not sure if this is a problem with our parsing code (include/util/json.hpp), or a problem with the upstream jsoncpp library we're using?
The text was updated successfully, but these errors were encountered:
I have a monitor with hex values in the name as output by hyprctl monitors and am getting errors with waybar hyprland workspaces that looks kind of like #2475 but also kind of like #2398:
I wrote a test for this:
causes problems with hyprland IPC if for example the monitor description/model contains unicode characters: #2475
I'm not sure if this is a problem with our parsing code (include/util/json.hpp), or a problem with the upstream jsoncpp library we're using?
The text was updated successfully, but these errors were encountered: