Wez Furlong

Results 893 comments of Wez Furlong

> I'm still not sure how we should track this in the `DnsResponse` or `Lookup` yet. I'm not sure if it's a good or bad idea to have that as...

I tried to add `authentic_data: bool` into Lookup and then find where we connect a response to creating a lookup. I started in recursor.rs by threading the flag down into...

if one of you could check this behavior with the current nightly build of wezterm, I'd appreciate it: I updated the bundled conpty pieces to match 0ee2c74cd432eda153f3f3e77588164cde95044f of this repo,...

FWIW, I found today that setting `DRONE_CONVERT_MULTI=true` and `DRONE_STARLARK_ENABLED=true` on the drone server allows mixing both starlark and https://github.com/meltwater/drone-convert-pathschanged

This should be resolved now in `main`. It typically takes about an hour before commits are available as nightly builds for all platforms. Linux builds are the fastest to build...

@tgross35 there are already default assignments. You are welcome to add whatever assignments you like via your config file. ```console $ wezterm -n show-keys | grep MoveTab SHIFT | CTRL...

@arashm I think you're using XWayland there. As far as I understand it, you will need to modify either wezterm or SCTK to teach them to link to libdecor and...

You can prove/disprove this by opening the debug overlay (CTRL-SHIFT-L) and looking at the `Window Environment` line. It will tell you whether it is using X11 or Wayland.

@sboesebeck please use either the discussions or file a separate issue so that this one can remain focused

@krafts I just pushed some changes to make the multiplexer aware of tab and window title changes, so that should resolve the issue you described. Also, I added some shortcuts...