Murat

Results 17 issues of Murat

## Description Last message gets inserted even if I want to navigate the cursor down in a multiline text. ### Reproduction Steps Type > first line > second line put...

bug

Failed and successful key authentications aren't parsed. Add this in ParseUsr(): ``` elif "Accepted publickey" in line: usr = re.search(r'(\bfor\s)(\w+)', line) ``` And change the first if in the for...

**Describe the bug** If I run the script from [here](https://bumper.readthedocs.io/en/latest/Use_With_Sucks/), I get this Traceback: ``` $ python scripts/sucks_bumper.py Traceback (most recent call last): File "/home/kirika/scripts/sucks_bumper.py", line 21, in vacbot =...

I tried alot and finally found out, that [this](https://github.com/VDavid003/sm64-port-android/blob/ex/nightly/enhancements/60fps_ex.patch) patch makes every tap on the screen trigger the button B and move the camera (puppycamera). Moving, jumping, in the menu...

Added [p]rss filter and [p]rss reset_filter. Usable as white and blacklist. Also got rid of HTML-Tags in the description for a clean output. Needs BeautifulSoup now.

Since I used lgx2userspace, HDMI pass-thru only works if I start lgx2userspace once. I can even close it again, it still works. That might be an issue of not de-initialising...

Hi, like this guide and I observed some things, too. - [X11/Wayland](https://github.com/AdelKS/LinuxGamingGuide#x11wayland) - Gaming on wayland just works and I would even recommend to use wayland - All games I...

After the `output_document` is finished, the pointer should be set to `0, 0` to make further processing possible. ```py result = BytesIO() translator.translate_document(input_document=source_file, output_document=result, target_lang=target_lang, filename=source_file.filename) result.seek(0, 0) # required,...

# Compatibility Report - Name of the game with compatibility issues: Overwatch and Helldivers 2. This might be game unrelated - Steam AppID of the game: 2357570, 553850 ## System...

**Describe the bug** Installing in a venv and running `wallgen` errors like this: ``` $ wallgen Traceback (most recent call last): File "/home/yama/venv/wallgen/bin/wallgen", line 5, in from wallgen import cli...