Roman Bogorodskiy
Roman Bogorodskiy
Print summary of X11 extensions that were found by configure.
There are a number of issues with pyfuse3 on FreeBSD right now. Buildtime issues: 1. In `src/pyfuse.pyx`, there's `def syncfs(path)` function that calls `libc_extra.syncfs()`, which is expected to be available...
Env: FreeBSD 12.0-CURRENT amd64 Python 2.7.14 pytest 3.2.5 pyzmq: today's master I noticed that test_zmq_bind_connect fails from time to time. Isolated test run looks like this: ``` $ for i...
Currently, unibilium expects terminfo data to be available via the directory tree where each $TERM has a file corresponding to it. However, ncurses provided by the FreeeBSD port [devel/ncurses](http://www.freshports.org/devel/ncurses) ships...
Apparently, urbandictionary has a real API (again): http://api.urbandictionary.com/v0/define?term=bebebe https://api.urbandictionary.com/v0/random (noticed it here: https://www.npmjs.com/package/urban-dictionary) Would be good to add implementation that uses this API. Should probably keep HTML parsing code in...