Valeri
Valeri
Wine use SDL2 to handle joysticks, which also use new joysticks subsystem on linux. `jstest-gtk` is configuring an old one and will be useless at best and harmful at worst....
To reproduce - select "OpenGL default" when starting, hit "Reload", select "OpenGL ES X.0 context". Information won't be correctly updated. Tested on two Linux systems, both with precompiled version and...
I try to install this module onto linux kernel 4.20 and get following errors: ``` v@v-xubuntu:~/compile/rtl8188eus$ LANG=C sudo dkms build 8188eu/1.0 Kernel preparation unnecessary for this kernel. Skipping... Building module:...
Just a quick thing I tried to do. As mentioned in the title, not tested. Please review this if you have time. As for why, I'm currently trying to port...
1. There is support for 64-bit integers in Lua 5.3, but OC passes Java-side integers as doubles into Lua. While not critical (there are hardly any values crossing Java/Lua border...
I'm making Galacticraft integration add-on and ran into annoying issue that in certain orientations GC blocks also expose IC2's `energy_device` interface. Now, GC's machines are compatible with IC2 energy, but...
Hello, I'm interested in porting this great library to ESP32 without Arduino compatiblity layer. However, for me it seems that there is a problem with `cppsrc/U8x8lib.cpp`: it use arduino specific...
I was fairly sure there's an issue for this (it also linked this to restarting game), but can't find one right now. Basically, the problem is that after a while...
Probably a single screenshot will describe the issue better than any amount of words:  Items don't actually travel sideways there, so red "error" indication is wrong -...
It isn't good to fill glogal namespace, so it is better to put all function in naespace like `easy_encryption`. Also, it is very important to protect headers with include guards...