Maxim Kurbatov
Maxim Kurbatov
Why in all the games to develop mods using Lua, but not for example JavaScript? As for me, JS much clearer.
When I looked into lua (for example in minetest project), I didn't find any communication of files in uniform structure - files were simply scattered and worked using black magic....
Ok, you overpersuaded me. I Google'd and found [LOOP](http://loop.luaforge.net/manual/basics.html) - Lua OOP library, it seems to me has more clear syntax of class defenition and inheritance. It very close to...
Yes, I called every block in the chunk as `chunk data`. I thought, that chunk size is smaller and it in turn is divided into several parts (as in original...
I'm developing alternative for Win10As on Java right now, you can check out [IoPC](https://github.com/maksimkurb/IoPC) if you interested. RN it is not fully ready for production as I should investigate how...
[May be run container like this?](https://stackoverflow.com/a/31474407) My new dockerfile: ```diff torrent: restart: always image: diameter/rtorrent-rutorrent environment: - GRP_ID=1234 tty: true + ulimits: + nofile: + soft: 20000 + hard: 40000...
Just reinstalled my Manjaro to Ubuntu 21.10 and there is no issue here (GNOME Shell 40.5) May be some settings was invalid on my Manjaro because I installed KDE version...
Temporarily solved audio device switching problem for me by creating [the following PS1 script](https://gist.github.com/maksimkurb/b9cfcb96a22022e2944b721e7f5221f5). I've added it to Taskbar and using it via Win+1 hotkey. It detects devices at the...
Confirm having the same issue ``` ❯ lsb_release -a LSB Version: n/a Distributor ID: ManjaroLinux Description: Manjaro Linux Release: 22.0.4 Codename: Sikaris ❯ gnome-shell --version GNOME Shell 43.3 ``` GSConnect...