Thomas May
Thomas May
To do this in Avalonia itself seems not-super-feasible, because you'd have to either include some kind of cross platform media player (VLC?), codecs or libraries (like libavcodec) with Avalonia itself...
This isn't a bug. While I can't find documentation on this currently, Discord now (read, since at least a year ago) only send OP5 once per user for SSRC User...
If I'm frank, I feel we should be using Transport* entities way more than we actually are. Separate the serialisation layer from the actual API surface layer.
Digging a bit more, it seems these were mostly added in .NET Framework 2.0 **Service Pack 1** whereas this package seems to be based on the RTM, SP1 is a...
Hi there! Been thinking about this and I get the impression it *probably* isn't worth the effort. It appears the .NET JIT itself will happily emit `lock cmpxchg` instructions when...
boy howdy i'm late on this > 3. The last option is run a periodic background task (say every 15 minutes) that fully logs you in in the background and...
hi, as the OP of that tweet i did want to apologise for anything that might've come your way as a result, did not remotely expect the reception it got...
The late model iBook G4's (that's models A1133 and A1134) have multi-touch trackpads which are USB, therefore will not be supported by NT at this time. As far as I...
Hi I know it's been a while huh but I have managed to fix this before, replace all instances of code like ``` glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, texture->width, texture->height, 0, GL_RGBA,...
at least on my system, `nvidia-smi` is just sitting in `C:\Windows\system32`, would it be an idea to add a fastpath for that case?