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
/home/hartley/.cache/asdf/installs/ruby/3.3.3/lib/ruby/gems/3.3.0/gems/mustache-1.1.1/lib/mustache/parser.rb:286:in `error': Unclosed tag (Mustache::Parser::SyntaxError)
Line 58
set-window-option -g window-status-current-format "#[fg=#{{base01-hex}},bg=#{{base0A-hex}},nobold,noitalics,nounderscore]#[fg=#{{base02-hex}},bg=#{{base0A-hex}}] #I #[fg=#{{base02-hex}},bg=#{{base0A-hex}},bold] #W#{{?window_zoomed_flag,*Z,}} #[fg=#{{base0A-hex}},bg=#{{base01-hex}},nobold,noitalics,nounderscore]"
^
Expected behavior
mustache can compile the template
Additional context
It looks like {{?window_zoomed_flag,*Z,}} just get ignored by the Mustache that's used to generate colors. Should it just be removed so that Mustache in Ruby can compile the template? Happy to open a PR but I don't use this repo, I'm just trying to build it
The text was updated successfully, but these errors were encountered:
Describe the bug
Expected behavior
mustache
can compile the templateAdditional context
It looks like
{{?window_zoomed_flag,*Z,}}
just get ignored by the Mustache that's used to generatecolors
. Should it just be removed so that Mustache in Ruby can compile the template? Happy to open a PR but I don't use this repo, I'm just trying to build itThe text was updated successfully, but these errors were encountered: