Семён Марьясин
Семён Марьясин
I use mobile version of Minetest (Android). When I enable `moreblocks` and start game, it takes more than a minute on `Creating server` stage (the first boot-up stage). When I...
When building for Win32, socket code from the glue library gets error codes with `WSAGetLastError()` function rather than `errno` variable, which is correct: e.g. [1](https://github.com/libimobiledevice/libimobiledevice-glue/blob/master/src/socket.c#L921-L925) When some error happens, we...
Hello. I use MariaDB 10.0.20. I installed this great plugin. It works fine, but if any of input parameters is NULL, my MariaDB server restarts and I get «ERROR 2013...
Use first available backlight device. This fixes #9 as well as any other potential issues (for example, sometimes backlight is named `soc:backlight` instead of `rpi-backlight`).
My system: Arch Linux, Wayland/Sway WM. Installed `d-tracker v1.4.r1.gafdeafc-1`. When I start d-tracker, it shows properly: [Correct display](https://i.imgur.com/qBuoHmO.png) But when I resize its window, all text areas become black: [Black...
My system: Arch Linux, Wayland/Sway WM. Installed `d-tracker v1.4.r1.gafdeafc-1`. Locale is `ru_RU.UTF-8`. When I try to enter Cyrillic text to the app, I get unreadable text, aka tofu, aka squares:...
Consider this code: ``` @bot.message_handler('text') async def handle_generic_text(chat): await chat.send_text('Got it!') ``` According to docstring of `bot.message_handler`, it should handle all incoming text messages. Or at least ones not captured...
When I try to use aioviber as per readme, I get the following error: ``` Traceback (most recent call last): File "app.py", line 43, in bot.run() File "/tmp/env/lib/python3.7/site-packages/aioviber/bot.py", line 152,...
Based on this one: https://github.com/FelisCatus/SwitchyOmega/blob/b93171da95fdcd0d0218a76b90178f74afa7aec5/omega-target-chromium-extension/overlay/manifest.json#L54 Did not have a chance to do the proper test though. This should finally fix #7. Default hotkey is set to `Alt+Shift+P`.
This fixes #633 Things to improve: when the user changes day start in config, we should probably perform `update_today` too. Not sure though; anyway, this situation is not so frequent.