Tianze Zhou

Results 5 comments of Tianze Zhou

I just updated a second example where footnotes in page 1 (10, 11, 12) showed up in page 2.

> And now my head just hurts, running it in gdb, it functioned without issue. > > Edit: Okay, there's something extra fucky going on. If you run it from...

On KDE, `--enable-wayland-ime` works perfectly with multiple chromium windows. Perhaps the issue could come from Hyprland's text-input-v1 implementation?

@marclaporte Cypht should support the client side of SOCKS protocol. Taking IMAP TLS for example, Cypht currently executes the TCP and TLS handshakes with the IMAP server in **one** [function...

With the introduction of DDS I can now achieve a basic version using the plugin system: ```lua -- ~/.config/yazi/plugins/folder-rules.yazi/init.lua return { setup = function() ps.sub("cd", function() local dir = tostring(cx.active.current.cwd)...