Mark Stosberg
Mark Stosberg
@svenstaro Are you running it with Sway/Wayland or i3/X11 when you get that error? I don't get it with Sway. Seems like the data structure returned by the two APIs...
I think I understand the root case, but so far I've only learned enough Rust to get this code that @JayceFayne wrote into the current state. 😂 Here's my guess...
There is another way to resolve this, which is to rename `wm_i3.rs` to `wm_sway.rs`, and use `wm_i3.rs` from the trunk. In this approach, `sway` would be considered a separate "feature"...
@svenstaro Do you have feedback on the alternate approach I suggested above of keeping the i3 and Sway support separate? It's a bit of code duplication but I think it...
To test this on Sway, I used `cargo build --features sway --release && ./target/release/wmfocus`. "Worked for me".
@mightyiam You are welcome to test it.
I have a question which concerns this also #146: Does the i3 functionality select containers or just windows? I noticed in the animation included in the README that there's no...
@nkadel-skyhook, I can't find docs that say that `anacron` will solve the ordering problem, looking at both the `anacron` man page and also the `anacron` man page. @x2b There is...
This is part of the OAuth 2 spec for extended grant types. You can the feature generally documented here: https://docs.pingidentity.com/bundle/pf_sm_oauth20AndPingfederateAs_pf83/page/concept/extensionGrantTypes_grantTypes.html Reading the grammar for "grant types" in the formal RFC:...
@rhwilburn I can't find documentation for `res.noContent`. Could you provide a link?