nezu
nezu
> Is it significantly different to slack or vscode's renderer processes? Slack, Discord, Teams, and two instances of vscode **combined** use less than compass alone on my machine. The only...
> Are these occasional usage spikes or is Compass consistently on high CPU usage? Occasional spikes on the renderer process are a normal thing and will happen in any electron...
`v3` and `3` as well please
> If you have a setup where you can test vaapi, nvenc, and libx264 with ffmpeg 4, 5 6 that would be super helpful. I could test vaapi (Intel 9th...
> Could you double check `/api/admin/serverconfig` says `vaapi` beore you update to `gek/ffmpeg-6`? Here is what I got on the release build `v0.1.2-linux-64bit` running on Arch Linux(ffmpeg 6.1): ```json "videoCodec":...
any updates on this? I'm getting `b2.exception.MaxRetriesExceeded: FAILED to upload after 5 tries. Encountered exceptions: 503 service_unavailable no tomes available` and the sync fails completely. This is happening every almost...
I think implementing an exponential backoff (no point spamming all the time if it's not gonna work anyway) and a retry limit would be a good solution. > Would something...
Just a note to anyone else interested in armv7. Check out the [Without the pre-built image](https://github.com/LukeMathWalker/cargo-chef#without-the-pre-built-image) section of the readme. But I still think having prebuilt images would be nice....
Looking at some other status pages out there, almost all the ones I've seen that had ping graphs had them in a separate section. This way they are way bigger,...
The call to `socket` fails with `WSANOTINITIALISED` because `WSAStartup` has not yet been called. It will eventually, because cs2 needs networking, but `-netconport` is processed very early in the startup...