Originalimoc

Results 78 comments of Originalimoc
trafficstars

Doesn't matter if it's MySQL or MariaDB(of course). The caller has bugs. Probably in JBDCUtils.scala.

Not related but your host is encoding using software encoder though even you have intel iGPU and an AMD dGPU? You're using a Sunshine build with VA-API version that's not...

Your cursor is drawn by GPU. The main frame is copied from (dwm?). OBS is probably using a different API, can it record UAC prompt?

Here PR #1080 + result flatpak: https://github.com/Originalimoc/greenlight/releases/tag/v2.0.1-fix-1 . Too much pain working with Chrome/JS, you have two+ big piece of software not in your control, build run feedback is also...

This is, a mostly time, Xbox side issue: If so you'll notice you can't shutdown or restart the Xbox on site/locally too, only unplug the power restart. Only MS can...

bounded_async is indeed fast, use bound size 40 with 1500 bytes data in spsc setup gets 23Million pks compare to 4.9M tokio::mpsc. Most gain from no syscall(this includes lock contention)....

It's just a dumb two-task tokio async test using unbounded_async, one loop send a bunch one for recv.await, then after all received side calculate count divided by time elapsed, multicore...