Patrick Gaskin

Results 386 comments of Patrick Gaskin

I'm not entirely opposed to the idea, but it depends how intrusive/version-dependent the implementation and the actual plugins end up being. However, even if it is out of scope for...

I have an up-to-date patched [PulseAudio build](https://github.com/pgaskin/pulseaudio-win32) for Windows. It works well with networked audio via module-native-protocol-tcp, and I've been using it with module-tunnel-sink-new over WiFi for a while.

I just started testing Zed on Linux, and I'm really happy with it so far (unlike other non-vscode editors I've tried over the last years). Scrolling with the mouse wheel...

I tried reverting the commit, and it still doesn't work. I'll try going back to before this PR later (it takes a very long time to build).

[scroll_log_m575.txt](https://github.com/zed-industries/zed/files/15280365/scroll_log_m575.txt) [scroll_log_vnc.txt](https://github.com/zed-industries/zed/files/15280366/scroll_log_vnc.txt)

I'm not sure which side you mean by "remote", but if you mean the Windows side, note that puleaudio isn't currently aware of Windows devices. I may attempt to port...

@Simon566 for Windows to Linux, you'll want to look at something like [Scream](https://github.com/duncanthrax/scream) instead, as this pulseaudio build doesn't do global loopback nor does it have low enough latency for...

@prgreadonly, this will never support zeroconf, as that requires Avahi.

You can check the syslog by running `logread` with NickelMenu or telnet. That may have some information. I also recommend validating the EPUB file; if you give kepubify garbage, it...

Based on a quick skim through [`libfido2/src/hid_linux.c`](https://github.com/Yubico/libfido2/blob/main/src/hid_linux.c), [`libfido2/src/hid_freebsd.c`](https://github.com/Yubico/libfido2/blob/main/src/hid_freebsd.c), and related files, it doesn't seem like it'd be too complicated to make a PoC which uses termux-api/termux-usb to get access to...