Austin Hasten
Austin Hasten
I had luck resolving this by replacing "PyQt5" with "PyQt6" in \_\_init\_\_.py, and then using the script found here (https://stackoverflow.com/a/72658216/3261260) to replace all of the Qt5 enums with the Qt6...
I also had luck resolving this by removing MSYS2 from PATH, installing LLVM and adding it to PATH, then adding ` require 'nvim-treesitter.install'.compilers = { "clang" }` to my init.lua,...
Also affected by this. fr1 does not achieve the desired effect.
Running into this as well. Sorting by Name, SortName, or ForcedSortName would work well in my situation.
Thanks for this. Have you tested it?
Another use had a similar issue but I had resolved it. I'll look into this some more if I find the time.
@jh888 Thanks for looking into it, I've been busy with other pet projects. Could you insert the following line just after line 78 and give me a sampling of some...
@jh888 Actually I don't think the regex I used should be capturing the 'tt', so it shouldn't be in your output. IMDbPy is likely prepending the 'tt' also, leading to...
@jh888 Great! Not sure what's causing that to happen. The only text captured should be that within the parentheses on line 90, which as you can see doesn't include the...
The script uses 10 threads, I assume some of your files are perpetually throwing exceptions, until all 10 threads are occupied by these problematic files. The solution would be to...