-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Norway problem in yaml output from xkbcli list #268
Comments
Turns out this is a Yaml 1.1 problem fixed in 1.2. PyYAML only supports the older yaml/pyyaml#116 Better to use parser ruamel.yaml https://yaml.readthedocs.io/en/latest/ |
Heh that's a funny problem. I've made a change to mention YAML 1.2 in the manpage: e8cb431 |
whot
added a commit
to whot/libxkbcommon
that referenced
this issue
Nov 8, 2021
Because otherwise the 'no' layout is treated as disagreement with whatever is to be disagreed with. Fixed in YAML 1.2 but that's not universally supported. Fixes xkbcommon#268
whot
added a commit
to whot/libxkbcommon
that referenced
this issue
Nov 10, 2021
Because otherwise the 'no' layout is treated as disagreement with whatever is to be disagreed with. Fixed in YAML 1.2 but that's not universally supported. Fixes xkbcommon#268
whot
added a commit
that referenced
this issue
Nov 10, 2021
Because otherwise the 'no' layout is treated as disagreement with whatever is to be disagreed with. Fixed in YAML 1.2 but that's not universally supported. Fixes #268
wismill
pushed a commit
to wismill/libxkbcommon
that referenced
this issue
Dec 16, 2024
Because otherwise the 'no' layout is treated as disagreement with whatever is to be disagreed with. Fixed in YAML 1.2 but that's not universally supported. Fixes xkbcommon#268
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://news.ycombinator.com/item?id=17359376
YAML output from
xkbcli list
Output of PyYAML's
yaml.safe_load
The text was updated successfully, but these errors were encountered: