NeKz
NeKz
I looked through your crash dumps a bit and it looks like you are running out of memory which would explain the high CPU usage. Might be related to downloading...
I just ran into this bug today. This is not great when you try to build a reliable system just to figure out that things start to break in your...
After some deep investigations with simple profiling I could not replicate this without crazy settings like host_timescale 10 and a timer refresh rate of 30Hz. Timing results on my machine...
The main HUD issue has been fixed in c534ddc and will be shipped in the next version. Changing ss_pipsplit is something that hasn't been thought of but maybe will be...
Duplicate of #500.
What kind of commands are you looking for? SAR already unlocks [some commands](https://github.com/NeKzor/SourceAutoRecord/blob/master/src/Features/Cvars.cpp#L179-L195), sv_friction is one of them. They may require sv_cheats though.
Correct. I'm pointing out that there is a problem with the requests to get embed information. Clients are indeed rendering masked links correctly but the embed information is missing because...
Latest version is broken at the moment caused by the September update. It should be fixed in 1.11 which I will release at the end of the year. There exists...
Looks like a lot more is now disallowed which is a big breaking change. Here is an example from the [docs](https://docs.deno.com/runtime/manual/basics/permissions#file-system-access): ```bash $ deno run --allow-read=/etc https://deno.land/[email protected]/examples/cat.ts /etc/passwd error: Uncaught...
So how exactly is this issue fixed? Did you even test it? If you look closely there are two issues here: 1.) You are mixing async and sync code! Make...