Results 331 comments of Sergii Pylypenko

There's a voting menu on each server to switch game modes. Maybe it should be made more visible? On Aug 4, 2017 1:22 PM, "Obani Gemini" wrote: > @pelya :...

I dislike bam, it does absolutely nothing that you cannot achieve via CMake or a primitive makefile, and there's no way to change compiler command or add options like -flto...

So is CMake. But I don't want to edit versioned files just to add few options for my compiler, because git pull stops working until I create a commit from...

Yes, you can change the license for the whole project from ZLIB to CC-BY-NC-SA, because you are not removing usage restrictions, you are adding new restrictions. ZLIB allows that, contrary...

If you have drawn something using that commercial skeletal-animation tool, then all your drawings are still fully yours, you can license them as you wish. Unless you used some graphics...

Yes it is released (version 5.0.0), it crashes Free Pascal that worked before - apt-get install fp-compiler-2.6.0 crashes with segfault. I wonder if Gnuroot also suffers from this. I've patched...

The only world-writable directory on Android is /sdcard, and it's mounted noexec, so you cannot launch executables from there. There are no writable paths in /data, except for your app...

I've got lucky with this bug - in Debian and GIMP apps, the socket path is /data/data/org.gimp.inkscape/files/img/tmp/OSL_PIPE_10318_SingleOfficeIPC_23f203a9dc0bbc9d2dd55c0463effce which is 105 bytes, with maximum path being 108 bytes, as described in...

BTW the path /data/local/tmp is not writable for regular apps, it's writable only when you connect with ADB.

Then you'll have to keep the ttranslation table somewhere in the file system, I think it's easier to recompile abusing apps, such as LibreOffice, to use shorter socket names. On...