Felipe Meneguzzi
Felipe Meneguzzi
@HermannDppes , is your computer's OS a MacOS? I can try to investigate this myself when I have time, though I've never used Gtk so it might take me a...
@AndreasBilke this certainly seems to be the case, as there is at least one issue in XQuartz relating to problems with multi monitor set ups https://github.com/XQuartz/XQuartz/issues/92 I'm going to close...
I confirm this on my Mac. This seems to happen more when you have Markdown files open.
I thought this problem went away at some point, but recently, it's back. My current workaround is to periodically run: ```zsh pkill -f extensions/valentjn.vscode-ltex ``` Though of course that is...
Well, can he not just create a new extension based on the fork? There are loads of extensions based off of a fork. Depending on the license on this repo,...
It seems multiple people are keen on having an entire planner written in Python with pretty software engineering, as I've had similar queries in the infrastructure I use for my...
I'm trying to understand the issue here, so do you have bits of straight asm code in your codebase? Or would it be possible to tweak the Makefile to use...
As a follow up (so I can try to investigate this further). Is there anything I can read about how you use those instructions for the speedup?
As an update, I found that there are some solutions to this problem of the SSE API: - - The first one seems to be the easiest to use. If...
Hi, I tried for an hour or so to make ```ss2neon``` work, and it does compile generating a dynamic library. I did not have time to test it with ffmpeg...