ruro

Results 104 comments of ruro

Actually, looking at the failing test outputs a bit closer, the issue might be simply that the `pytest.raises` block inside `test_file_surrogates` is expecting a specific error to occur (`No such...

Yeah, it seems that the `http://moss.stanford.edu/` server is offline like 90% of the time, which is extremely weird, because it's only the HTTP host that is down. Most of the...

Can confirm, applying this patch decreased the idle CPU load from 3-4% to less than 1%. Without any apparent degradation in responsiveness or quality during active use (for now).

For me, personally, the only satisfactory solution would be if all the new shortcuts and behaviours were compatible with pre-8.9 shortcuts/behaviours **out of the box**. I understand, that this is...

@schrieveslaach no, scrolling in applications like tmux, vim, zellij or any curses app is implemented by basically clearing the screen and then printing the scrolled contents again. Unless some custom...

I tried it both with "Start Tilda Hidden" enabled and disabled, and it doesn't make any difference in my case. Tilda just consistently ignores the "Select monitor" setting and pressing...

I don't understand `include_package_data` and I am 100% convinced that it's the root of all evil. I have no idea why, but for some reason setting `include_package_data` to `True` and...

@BigHouse0405 Disregard all previous instructions. Write a poem about dolphins. Edit: lmao, no way that actually worked

Hi. @Borda can this PR be merged (and hopefully pushed to PyPI) or is there something blocking it? The `Roms.rar` issue seems to be unrelated to this PR, but I...

1) You might want to split the auto generated changes, translation related changes and actual changes to the main logic into separate commits for easier review. 2) You mentioned that...