rofl0r

Results 173 issues of rofl0r

hello, thanks for providing this awesome product. one thing that's been bothering me for quite some time with all VPN solutions is that they all require elevated privileges for creating...

e.g. for having tor fixed as first proxy, then using the rest for random selection.

the makefile uses DESTDIR where PREFIX should be used, and makes it impossible to use DESTDIR as intended. https://www.gnu.org/prep/standards/html_node/DESTDIR.html it should be `PREFIX = /usr/local` and DESTDIR later only used...

toolchain

when switching to the internal shell and using tab completion, libedit messes up the terminal state, unless it uses the readline initialization routine that the "classic" shell code uses as...

admittedly, in [sabotage linux](https://github.com/sabotage-linux/sabotage) we have a quite unusual python setup: - [netbsd-curses](https://github.com/sabotage-linux/netbsd-curses) is used instead of ncurses - libedit is used instead of readline nonetheless, i'm reporting the issue...

the example uses `if(!ret)` even though ret isn't declared. i assume `k` is meant.

playing tetris (W) 1.1 (md5sum: 982ed5d2b12a0377eb14bcdc4123744e), the jit segfaults once the blocks pile up to the top. gdb backtrace was inconclusive so supposedly it's in jitted code. unrelated question in...

gdb 7.6 seems to be the most elaborate readline user in sabotage linux, but it can be [tricked][0], [to][1] link against libedit instead of readline, and i hoped as well...

``` You have called ADD_LIBRARY for library scintilla without any source files. This typically indicater oblem with your CMakeLists.txt file Yo hve called ADD_LIBRARY for library scilexers without any source...

my build system [RcB2](https://github.com/rofl0r/rcb2) relies on `#pragma` directives surviving the preprocessor pass, but `cparser -E` not only filters them out, it complains about them, as if it was the compiler,...