Vincent Weevers

Results 54 issues of Vincent Weevers

### Subject of the feature Support fixed-width columns like `| --- | --- |` regardless of cell content. ### Problem I'm looking to match `remark-lint-table-cell-padding` with the following `remark` settings:...

🙉 open/needs-info
🦋 type/enhancement

The following seems to do the trick on Travis, because it tells [`sauce-connect-launcher`](https://github.com/bermi/sauce-connect-launcher) to download the Sauce Connect binary in a npm postinstall step. And the binary is stored inside...

documentation

In a nutshell: ```js if (process.env.CI) { const parallelJobs = require('ci-parallel-vars') const chunkd = require('chunkd') if (parallelJobs) { const { index, total } = parallelJobs // Browsers must be sorted...

enhancement

Continuing from https://github.com/airtap/airtap/pull/133#issuecomment-373949065.

help wanted

That is: 1 concurrent Travis build and 5 concurrent browser tests (`airtap --concurrency 5`) for Sauce Labs OSS accounts. For free accounts, 2 concurrent browser tests.

We don't set the LevelDB snapshot option for `database_->Get()`, so rather than reading from a snapshot created at the time that `db.get()` was called, it will read from an implicit...

bug

For a rainy day. See https://github.com/Level/leveldown/pull/540#issuecomment-445558350

test
semver-patch

https://github.com/Level/levelup/wiki/Resources And then retire that wiki page, same as https://github.com/Level/levelup/wiki/Modules

documentation
cleanup

Or perhaps, because it could talk about the characteristics of various stores, it should be a "guide" in `Level/awesome`, that we can then link to from `levelup`, `level` and all...

documentation

As suggested by @lu4 in https://github.com/Level/rocksdb/pull/143#issuecomment-536828796: > What I've also found that significant performance improvements are obtainable from using concurrent builds i.e. `node-gyp -j 16 rebuild` build option. So I...

maintenance