Wez Furlong

Results 893 comments of Wez Furlong

FWIW, while querying for `_dyson_mqtt._tcp.local` never seems to get a response for any record type (I tried `SRV`, `A`, `PTR`, and others) here, I did find that performing an mDNS...

And closing the loop here: I happened to discover that the "Auto-Optimize Network" function on my UniFi network settings was enabled. One of the consequences of this is to block...

I've avoided coding this because it opens up some additional security concerns around verifying that the config hasn't been modified by someone in a way that might lead to a...

> Yeah I understand that there's a risk of privilege escalation. Therefore, I have another idea: can we add an argument to enable this feature at will? That doesn't change...

I don't know much about rfkill, but reading https://lwn.net/Articles/677839/ suggests that the rfkill kernel module registers an event handler at a very low level: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/rfkill/input.c?h=v4.4#n311 I don't think any evdev...

Option 1 looks more obviously like the logo as it has the outline that prevents it from looking like a random `$W`, so I'm leaning more towards that, but I'm...

If I understand correctly, you desire to have wezterm be the default console host when opening programs from gui programs that don't have their own console. https://github.com/microsoft/terminal/blob/main/doc/specs/%23492%20-%20Default%20Terminal/spec.md documents the complex...

Try setting `freetype_load_flags = 'NO_HINTING'`

Please also share: * The information that you see when you press `CTRL-SHIFT-L` to open the debug overlay. * While still in the debug overlay, type `wezterm.gui.screens()` and hit enter;...

Please capture a terminal recording: * Launch wezterm. If possible, please use the default terminal size of 80x24 cells as it helps to keep things smaller and easier to manage....