David Halls

Results 56 comments of David Halls

You can use `InstallRequires` like here: https://github.com/davedoesdev/python-jwt/blob/master/bento.info#L13 Bento is pretty cool but hasn't had any updates for a while :( You should look through the PRs if you're having any...

This works on Ubuntu 14.04: ``` bash git clone git://github.com/jhs/build-couchdb.git cd build-couchdb git submodule init git submodule update echo '@setfilename autoconf.info' > dependencies/autoconf-2.69/doc/autoconf.texi echo '@setfilename automake.info' > dependencies/automake-1.11.2/doc/automake.texi ( cd...

This still works for me on Ubuntu 14.04: https://github.com/davedoesdev/build-couchdb-travis/blob/master/build_couchdb.sh

@jhs No PR but you can see what I have to do to make Couch compile on Ubuntu here: https://github.com/davedoesdev/build-couchdb-travis This is still working on 14.10.

https://github.com/davedoesdev/build-couchdb-travis/blob/master/build_couchdb.sh still working on Ubuntu 15.10, OTP-17.5.6.9. Without the fixes in there, build fails on Ubuntu still.

I stumbled across this issue, thought I'd mention in passing a couple of projects I did: https://github.com/davedoesdev/bpmux https://github.com/davedoesdev/primus-backpressure They implement back-pressure and multiplexing over Primus (WebSocket) streams. I don't think...

Btw: ``` david@david-Latitude-E6440:~$ ykman-gui --version YubiKey Manager 1.1.2 ```

I've also added running the tests using Playwright, and moved from Travis to Github Actions.