asmvik / asmvik/yabai

When creating a space, label isn't added all the time

Open
#2,590 2 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.