JohnnyB
JohnnyB
Wow I'm super late to this party but Fedora finally upgraded to 2.4 and I was sad to see this whole-track mute missing. One thing that isn't mentioned is it's...
Workaround that I've found for this is to use QT's environment variable `export QT_SCREEN_SCALE_FACTORS=1.5` Don't use QT_SCALE_FACTOR or QT_AUTO_SCREEN_SCALE_FACTOR as they scale both text and graphics. QT_SCREEN_SCALE_FACTORS adjusts only the...
I know this is old but I too have had plenty of issues since 2.5+ landed. Now just adding clips to a project causes RAM to spike. I have 128GB...
Interesting I've tried to strace where it's going wrong and it's also dumping gigs of '\\' to `~/.openshot_qt/openshot-qt.log*` files... 9 GB of just '\\'
@hashicorp/boundary any roadmap for this feature? Getting multiple bumps from partners in EMEA. Thanks
@tiktaalik-dev Thank you again for reviving this code years ago. I've always loved this underappreciated tool. I've given it another update and packaged with RPMs for Fedora/yum derivatives. It will...
Did you try to install that then? The Fedora package is `python3-xapp`.
Can I get a bump on this one? Consul 1.10.0 release is going to support UDS. This should be a quick fix as Go socket format already supports it. @hashicorp/vault...
The .pth files are basically zip files. They should be converted via a convert.py script. See this thread from llama.cpp: https://github.com/ggerganov/llama.cpp/issues/707
This seems to happen on systems with AVX as older CentOS/Rocky/EL compilers don't have the right support for modern AVX. I got by it by disabling avx in MKFLAGS `-mno-avx`....