wsippel
wsippel
I've tried to get into VIM for years, but it never clicked with me. Learned about Helix a few days ago, tried it for a few minutes, and immediately made...
I just noticed this blog post from last week: https://www.collabora.com/news-and-blog/blog/2022/04/05/visual-inertial-tracking-support-for-monado-openxr/ TLDR (as far as I gather): A Collabora intern implemented visual-inertial tracking for Monado, enabling inside-out tracking for Windows Mixed...
Yes, I forgot to mention in the report that I'm on Wayland. It's certainly a niche usecase and probably a difficult to reproduce issue, so I'll gladly help if there's...
Not JavaScript, but I've done some stuff in PHP, C, C++ and Rust. I see that the relevant code is probably in Menu.js, and that you're specifically accounting for tablets...
That theory is out of the window, the tablet does identify correctly (device type 4). I wonder if the keyboard event to invoke Fly-Pie might be the problem? The debug...
I added a few more debug lines and I think I found something. This is the code: ``` // If we have to open the menu at a secondary pointer...
Sorry for the spam. The "virtual pointer device" is the mouse, no idea why it's called that. The core issue, as far as I can tell, is that event.get_coords() only...
Good call. That seems to work, returned the correct index for a bit, but then it completely crashed my PC, requiring a hard reboot. Twice. Insane log spam, too. I...
No, I think my stupidity caused the crash. I tried to be clever and simply replaced `const monitor = Main.layoutManager.currentMonitor;` with `const monitor = this._monitor;`, where this._monitor is the index,...
You might have guessed it, but I tried anyway. It sort of works, and while it now clamps to the correct screen, it still displays on the wrong screen, and...