Joan Touzet
Joan Touzet
Hi Wendall, Thanks again for all your work in maintaining the RPMs for CouchDB 1.x. We had 2 critical CVEs hit recently. These have been fixed in CouchDB 1.7.1 (perhaps...
Worth a mention in the documentation alongside punting to colorama: ``` c:\users\joan\desktop>pip install blessings Downloading/unpacking blessings Downloading blessings-1.5.tar.gz Running setup.py egg_info for package blessings Installing collected packages: blessings Running setup.py...
With Vim 8+ natively supporting packages (`:help packages`) and pathogen [deprecating itself](https://github.com/tpope/vim-pathogen/blob/master/README.markdown), would it be possible to provide a version of this for download that uses the new directory layout?...
for a temporary workaround, place the following in `/etc/systemd/system/couchdb.d/override.conf`: ``` [Service] LimitNOFILE=102400 ```
Would not support FT search.
Every time I start ExifCleaner (Windows 10), my firewall catches the program trying to "call home." I don't know if this is telemetry, checking for updates, or what, but it...
We're long past due upgrading to [rebar 3 (latest)](https://github.com/erlang/rebar3). This requires using @davisp's [erlang-native-compiler](https://github.com/davisp/erlang-native-compiler) to continue to build our NIFs.
@janl: > We need to revamp the Query Server. It is hardcoded to an out-of-date version of SpiderMonkey and we are stuck with C-bindings that barely anyone dares to look...
@davisp: > JOINs make me squeamish. @janl: > I hear ya, but devs love em :) — And a native API would simplify a lot of app and library code....