Moved to @ad-si

Results 107 issues of Moved to @ad-si

https://github.com/cba85/nginx-spam-referral/pull/1

Extend blacklist with something like: `.*(vocabulary|typo|spelling-mistake|…).*`

Currently it's assumed everything is in English. This can lead to false positives (especially in French and Spanish). It should be checked which language the document is written in and...

This will break links and therefore doesn't make a lot of sense

```js yaml.parse( `2016-01-01 12:34:56.789: foo 2016-01-02 12:34:56.789: bar `) ``` and ```js yaml.parse( `? 2016-01-01 12:34:56.789 : foo ? 2016-01-02 12:34:56.789 : bar `) ``` yield ```js { 'Fri Jan...

Hi, I am Feram 🤖 I'm a bot and I work in behalf of [adius](https://github.com/adius). As I'm just a dumb program this pull request might be incomplete or utterly nonsense....

https://docs.npmjs.com/files/package.json#bin

```sh $ docker run -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages Configuration file: /usr/src/app/_config.yml Configuration file: /usr/src/app/_config.yml Source: /usr/src/app Destination: /_site Incremental build: enabled Generating... Liquid Exception: Liquid syntax error (line 16):...

Render updates by diffing the shaven array-tree and applying the delta.

``` js const shavenObject = shaven(…) // Support shaven([preview, shavenObject) // Instead of shaven([preview, shavenObject.element) ```