rofl0r

Results 1019 comments of rofl0r

thanks, works quite well. imo the joystick config could be further improved by not having to click on OK after every press, but i suppose that's not that straightforward to...

another thing is i'd recommend to use a feature branch for each PR you make, instead of pushing to your master - it doesn't mess up your git clone after...

same here. uses 40% cpu while doing nothing. the code in io_sdl2.h does the right thing in that it uses SDL_WaitEvent (which blocks until something happens) instead of SDL_PollEvent, however...

> parameters AUTH_ONCE=true you appear to be using some 3rd party stuff which i can't really support. you should probably use the new whitelist option instead of auth-once > and...

why remove something that works ? just because it's no longer officially maintained doesn't mean people immediately stop using it.

well, if it doesnt work at all, that's at least a valid reason to remove it. but "freedesktop said it's no longer a thing" isn't.

seems the the listen ip address you specified couldn't be resolved.

-i 0.0.0.0 is the default so you dont have to specify it at all. try whether that works. if not, try 127.0.0.1

> recompile libproxychains with a newer version of GLIBC (have no idea how to do that) sounds more like the opposite. build proxychains-ng against an older glibc version (for example...

it should support all terminal emulators currently in use on major platforms (including the BSDs), but also keep working on a real serial connection. so i suppose vt100 should be...