When creating a space, label isn't added all the time
- Dominant language
- C
- Stars
- 29.6k
- Forks
- 750
- PR merge metrics
- No merged PRs in 30d
Description
v7.1.3
```
[I] ➜ yabai -m space --create 2 --label hello
[I] ➜ yabai -m space --create 2 --label hell5
[I] ➜ yabai -m space --create 2 --label hellg
[I] ➜ yabai -m space --create 2 --label hella
[I] ➜ yabai -m query --spaces label
[{
"label":"notes"
},{
"label":"something"
},{
"label":""
},{
"label":""
},{
"label":""
},{
"label":""
},{
"label":""
},{
"label":""
},{
"label":""
},{
"label":""
},{
"label":"hella"
},{
"label":""
},{
"label":""
},{
"label":""
},{
"label":""
},{
"label":""
}]
[I] ➜ yabai
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue with the `yabai -m space --create 2 --label` commands shown, then query spaces with `yabai -m query --spaces label`. Trace the space-creation command and label assignment path; done means every newly created space consistently reports the requested label instead of an empty label.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, macos
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100