Wez Furlong
Wez Furlong
FWIW, you can now use `evremap debug-events --phys 5c:c9:d3:7d:6d:0f` in `main` for a slightly more convenient way to debug key presses.
evremap operates on evdev keyboard events which are at a lower layer than your window environment keyboard layout processing. I suspect that you'll need to find another way to express...
I just pushed a change with a new `debug-events` sub-command that can help you to figure out the proper mappings for your config, but I agree that this now sounds...
FWIW, in wezterm, I vendor in and wrap harfbuzz directly. For my purposes this gives me a consistent version of harfbuzz on all platforms. I don't have any wasm or...
Also: I agree that trying to track and port harfbuzz changes into a rustybuzz or some other project is a large ongoing undertaking. The harfbuzz folks are actively innovating and...
> We are definitely interested. And it's in the scope for the https://github.com/googlefonts/oxidize project. Great to hear! I have some experience in incremental migration to rust from my time in...
I see no reason why that couldn't be made to work in Rust, could either be done via some newtype wrappers or in some cases could derive via a proc...
I'm taking a run at implementing this. My game plan is: * Add `ServerName::Dane` variant that includes the DnsName and TLSA records * Add a `TLSARecord` type (alternative, better name...
> (Maybe it would simplify things a little to just stuff the `DnsName` into the `TlsaRecord` instead of next to it?) I'm not sure about this because the name is...
For the trend as it applies to SMTP: https://github.com/baknu/DANE-for-SMTP/wiki/4.-Adoption-statistics https://list.sys4.de/hyperkitty/list/[email protected]/thread/CLLDBG3UYPRXZPG33BLDZ3NR3G2TNNM5/ has the latest batch of stats. There are currently 3.9 million domains that have correctly deployed DANE, and the trend...