Zorbatron
Zorbatron
_Mentioning #602 due to similarities_. I've been trying to do this too, by running [linuxserver/wireguard](https://hub.docker.com/r/linuxserver/wireguard), and connecting the two in the docker-compose.yml. ```version: "3" services: gluetun: image: qmcgaw/gluetun:latest container_name: "gluetun"...
+1 for this. I'm also on Ubuntu 22.04 and I get to the same step as Marianoxis, just at 89-90% [logs.txt](https://github.com/NVlabs/instant-ngp/files/8798621/logs.txt) I have an RTX 2060 and have installed the...
Thank you for mentioning #2942. My other issue with the vibration is not fixed by restarting the app, and switching the bell character to audio does nothing either.
I've found the issue for the vibration: I had "touch feedback" turned to 0 in the Vibration and haptics settings.
Does lrzsz have an option to change the block size? I can't seem to find one. I don't think that's the issue because the switch says `Begin the Xmodem or...
Okay, so it seems that -k is only for YMODEM mode. Also, even though there's three commands, `sx`, `sb`, and `sz` for sending and `rx`, `rb`, and `rz` for receiving...
I wasn't able to get lrzsz to work. I think there's something wrong with Arch Linux's version of it because when I run `lrzsz-rx -X {filename}`, it says `sh: line...
No. I can't get Tio to work \*at all\*.
I can't test right now, but you said that you used the `-c` option for CRC in lrzsz. In all of my tests I didn't use that and the Cisco...
Okay, I've rebuilt Tio with the gist's code. These are the steps I took. Cloned Tio from `master`. replaced `src/xymodem.c` with the code from the gist. Built but not installed...