Mike Robbins
Mike Robbins
Switched from `deb (steam:i386 1:1.0.0.74-1pop1~1644936575~22.04~6d77918)` to `flatpak (com.valvesoftware.Steam 1.0.0.74)` and it works now. Feel free to close. :smile:
Hi @vavallee , have you tried building the docker images for yourself? It looks like both of the base images do include armv8 so I think it's likely to work...
Hi there, I ran into this issue with my own trow registry and its ever-growing disk volume size, so I built a small GC script [compumike/trow-garbage-collector](https://github.com/compumike/trow-garbage-collector) which we are now...
Thank you so much @will! That was a very helpful pointer. As a result, I found the following workaround by assuming that `crystal-pg` sends a string-encoded binary, and so I...
I also confirm @deanrih 's comment about `nvtop` showing a large immediate spike (~700 MB) in VRAM usage when scoping in with AWP/Scout, which goes away when unscoped. Is this...
This is still happening for me with the November 20, 2023 CS2 patch. Significant pauses when zooming in with the AWP or scout. When there is no freeze (because other...
Still present on 1/22/2024 version.
🎉 OMG... it is just fixed for me! On the 2024-02-15 build. Says `Feb 15 16:38:55` in the bottom left corner. No more scope lag on AWP or SSG. No...
I did some more reading and found that rsync defines `MAX_BLOCK_SIZE` as `2**17 = 131072`: https://github.com/search?q=repo%3ARsyncProject/rsync%20MAX_BLOCK_SIZE&type=code . The `sqrt` hits `MAX_BLOCK_SIZE` for a file size of 16 GiB. (For my...
For anyone who wants to easily be able to set `RDIFF_BACKUP_BLOCKSIZE=2048` (or another number that works for you): I've created a script https://gist.github.com/compumike/94e21c2ce8585ced6aa757763ce3a029 which is meant to be installed at...