-
-
Notifications
You must be signed in to change notification settings - Fork 139
✨ zb: Add helper for IBus connection creation #1697
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
Conversation
zeenix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't look very thoroughly yet but looks good to me in general.
d7320e5 to
591cb02
Compare
Make the run() function and output() method available on all Unix platforms instead of just macOS, as other Unix systems may need to execute commands.
24609ac to
5779192
Compare
zeenix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise. Thanks for going the extra mile on this. :) BTW, one of your commit messages is breaking lines too early. 50 chars suggestion is only for the title/shortlog. :)
7f0176e to
e015237
Compare
dc3299f to
bc95948
Compare
Not yet addressed btw. :) |
51563e0 to
c925cf4
Compare
Add async-recursion dependency for Unix platforms to support async recursion in transport connection methods.
18fd021 to
bf0c752
Compare
Implement connection::Builder::ibus() for connecting with IBus. The IBus address is fetched from the ibus address command, handled similarly to how we handle the launchd address on macOS. Fixes z-galaxy#964
zeenix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great now! One tiny thing.
76e89cc to
94d1b6e
Compare
This PR implements
connection::Builder::ibus()for connecting with IBus. The IBus address is fetched from theibus addresscommand, and is handled similarly to how we handle thelaunchdaddress on macOS.Fixes #964