K900
K900
That's to be expected, winetricks just needs to be fixed.
Wait, how does this even work. Isn't our modprobe looking in the wrong path for this?
You want `modprobe`.
But how does it know where to find the WSL modules
WSL also rolled back to 5.15 for now. I really want to see a test at this point to actually verify it does what it says.
AFAIUI const counters just can't be changed at all? I want to be able to change the value, I just already have it pre-aggregated.
Hmm, this would require a lot of refactoring, but I think it could work.
Actually, maybe not... Getting values from the target is async right now, and `Collector`'s interface is sync, so I'd have to block...
OK so some refactoring later, it looks like I can't really do this without `Collector` being async, or using my own atomics or whatever to store values...
Mostly just because I'm calling another API client that's already async. I can probably run it on another thread, but so far everything has been part of one big event...