IComplainInComments

Results 26 comments of IComplainInComments

> **Describe the bug** Sometimes, after I unlock my computer, keyboard input to the runelite client behaves oddly: > > * I can type on the login screen to enter...

Im also experiencing this issue using Vmware and Open-vm-tools. The mouse works, but no cursor wants to appear. I've tried basic troubleshooting and nothing is working. Including possible solutions for...

EDIT: Let me link it for you... EDIT 2: @emersion https://github.com/IComplainInComments/Output

Looks like adding `WLR_NO_HARDWARE_CURSORS=1` fixes the issue. So it looks like this problem is being caused due to a Rendering issue with Wayland and the Driver.

Hello there, to help you out I found a solution for this issue. Using the `sudo powermetrics` command gives you a LOT of major performance measurements for the system. This...

> Thanks, though this needs to be exposed in some sort of API. Do you happen to have a link to any doc on that? From what ive seen, people...

> > Thanks, though this needs to be exposed in some sort of API. Do you happen to have a link to any doc on that? > > From what...

So it seems the issues we are facing for macOS deal with the XNU kernel architecture as a whole. 1. Instead of using gLibC, we need to use the built-in...

So I am working on CPU_SET, and it seems all the functions needed can be called from the Affinity API (According to http://yyshen.github.io/2015/01/18/binding_threads_to_cores_osx.html) So far the first code block works...

Alright it seems like adding `#include ` does indeed do as you said @floatingatoll There are now just 8 total errors that need hammered out. The new Errors go as...