Wez Furlong

Results 893 comments of Wez Furlong

I think what's needed in this case is for this logic: https://github.com/wez/evremap/blob/master/src/deviceinfo.rs#L28 to detect when a name is ambiguous and *do something*, such as printing out the list of `/dev/input/eventX`...

The `master` branch now has the following behavior: ``` ; cat /tmp/evremap.toml device_name = "Power Button" ``` ``` sudo ./target/debug/evremap remap /tmp/evremap.toml 2021-11-24T10:04:40.885 ERROR evremap > Short delay: release any...

I'd love for us to come to an agreement on specifying colors with alpha! I don't think adding more params to the semicolon form of SGR 38/48/58 is wise as...

The denominator idea sounds good! The `;` vs `:` thing is a PITA. It's my belief that we really should avoid overloading SGR with more things that use `;` separators...

re: which layer: in my mind, the `38` equivalent that come up with specifies the RGBA for the foreground color used to paint the glyph, while `48` is for the...

Don't get too hasty with the praise as I misremembered how things work! However, what I said is broadly applicable. I was thinking of `OSC 11` (Change VT100 text background...

What will it take to land and publish this? (Should probably go with nix 0.24 at this point). This problematic nix dep is flagging in `cargo audit` https://github.com/wez/wezterm/issues/1952

looks like starship-battery is a pre-existing fork so I'm going with that

> Also I'm on holidays rn and a wow expansion came out :) It's important to take care of yourself! :-)

You may be able to leverage: https://github.com/wez/wezterm/tree/main/wezterm-ssh which presents an easier to use async interface than the raw libssh2 which it uses under the covers. I've been thinking about also...