Jackson McClintock
Jackson McClintock
I'm pretty sure this commit is the cause of the issue: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=dfae76c9915454f9ef0885e1bac160a2c480e1d1 Edit: I didn't realize you already posted the commit
I'm currently using sway on Arch Linux and consistently get these errors almost immediately after launching: ``` [18:57:55] [Render thread/INFO]: OpenGL debug message, id=1, source=API, type=ERROR, severity=HIGH, message=GL_INVALID_VALUE in glTexImage2D(width,...
@ninja- were you replying to me? If so, I haven't tried it on gnome, but I assume my issue would go away since others have reported it working on gnome....
@TheComputerGuy96 okay, I'll try downgrading libdecoration. I misread your earlier comment and didn't realize you were able to reproduce the same error on GNOME. Edit: Using commit bc558745 fixed it....
@Ishticode Okay, I'll try to see if I can find any failing tests caused by my changes. However, the tests system decided to run a lot more tests than usual...
I modified the intelligent-tests-pr workflow to also run the determined tests on the `main` branch and only note failures that passed when run on `main`. While this doesn't guarantee that...
I had the same issue and found that Ivy will disable sorting completely if there are more items (in this case, functions defined) than `ivy-sort-max-size` which is 30,000 by default.