Richard Gráčik
Richard Gráčik
Hi, i'm running macOS 10.14.1 and i want to run my MCGalaxy server with GUI. I have no problem with running the CLI version, that one works and is fine....
If anyone's interested in building this tool on macOS then download source, install xcode commandline tools, and edit Makefile in which you replace `-mtune=i686 -march=i486` arguments with `-Doff64_t=off_t -Dlseek64=lseek` Original...
Hi, I want to know if it is possible to implement a lock for the dock, so it can stay on the bottom of a specific monitor. It's not a...
Um hello, i seem to have issues with compiling this thing on macOS... I tried both master and developer version of this but both are giving same errors with libcurl....
Hi, i think i seem to have an issue with FrameFlattening feature as i've read that it fixes problems with sites which have scrollable subelements on them. Everything is working...
I'm not sure what could be the problem, but i'm facing a weird issue with lua-enet. I'm adding multiplayer support to one old C++/SDL game and i was using luasockets...