Artem Butusov
Artem Butusov
schnack install into `/src/schnack` Works: ```json { "database": { "comments": "./../../var/lib/schnack/comments.db", "sessions": "./../../var/lib/schnack/sessions.db" } } ``` Doesn't work: ```json { "database": { "comments": "/var/lib/schnack/comments.db", "sessions": "/var/lib/schnack/sessions.db" } } ```
It could be perfect to have at least one fixed width column supported (from left or right side). Something like: `f x-x-x` in ascii and additional option to specify width...
okhttp http stack is not stable in some cases, consider migration to apache http stack see more: https://github.com/zalando/zalenium/issues/939
``` iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 5555 -j DNAT --to-destination 192.168.222.2 ```
I'm using this kext for 2 years and have used 1.3.x branch and 1.4.x branch and sometimes my MacBook Pro freezes... completely freezes, so watchdog have to reboot it after...
Without this fix building on GCC v4.9.4 is failing with this error and a few others (uselocale-related): ``` /usr/include/bits/stdio.h: In function ‘__ssize_t getline(char**, size_t*, FILE*)’: /usr/include/bits/stdio.h:118:52: error: ‘__getdelim’ was not...
Rutracker support has stopped recently with 403. The fix is trivial - update login form content to match new version. In addition to that, cloudflare is breaking the process, so...