Jon Duckworth

Results 120 comments of Jon Duckworth

@wbyoung It looks like the checks are failing because the latest version of `eslint` requires `node >= v4` and the TravisCI build uses `v0.12.7`: ```bash $ npm view eslint engines...

@wbyoung How would you feel about using the [Airbnb rule set](https://github.com/airbnb/javascript) with `eslint`? This seems to be a pretty commonly used standard and a little more in line with some...

Sorry, should have looked through the `jscs` configs more before asking that question. It looks like you're already using Airbnb as a template. I'll work off of the existing style...

@ljharb @wbyoung If no one is currently working on a PR for this I'm happy to put one together.

I have tests and working support for aliases written on a [fork of `avn-nvm`](https://github.com/wbyoung/avn-nvm/pull/8). Support for the `system` alias in an .nvmrc file is going to take a bit more...

@ljharb I ended up going with `nvm use system > /dev/null && node --version` because `nvm run system --version` gave a line of output before echoing the version number and...

I'm also running into this trying to install inside the `continuumio/miniconda3` Docker container. ```console $ docker run -it --rm continuumio/miniconda3 /bin/bash (base) root@d4674b79a116:/# apt-get update (base) root@d4674b79a116:/# apt-get install build-essential...

@KennSmithDS @DanielNwaeze I had to make some changes to remove unused imports and fix a few other lint issues. I haven't tried running the new versions of these on the...

@TomAugspurger this is ready for review. cc: @DanielNwaeze @KennSmithDS

PostgreSQL also has this functionality and it would be nice to have a standard way to represent it in DBML.