Aleksei Morozov (EPAM Systems)

Results 3 issues of Aleksei Morozov (EPAM Systems)

For me (Ubuntu 14.04LTS, python 2.6.7) `sudo pip install praw` or installing it with `requirements.txt` does not work. Using `sudo python -m pip install praw` works just fine. Sure, it's...

Attempting to make on Linux Mint 17 (x86-64) returns this: ``` morozov@morozov-300V3A-300V4A-300V5A ~/tools/Games/noteye/src $ make g++ -DHYDRA -DLINUX -DOPENGL -DCURSESW -Wl,-rpath,. -Wl,-rpath,/usr/share/noteye hydra.o noteye-main.cpp -o ../noteye ../libnoteye.so -lGL -lGLU /usr/bin/ld:...

When entering fullscreen mode via pressing Alt-Enter, the application is scaled to fill the screen. When, on the other hand, `window.fullscreen` is set to true from within the application, it...