-
## Issue Type Bug
## Description
Basically, when running `npm install`, webpack fails to install. Here is my command output in bash:
```
→ npm install\ …
-
WRONG: It is rather shot
CORRECT: It is rather short
May be it can be done with ngrams in general. Probably `rather shot` is always an error.
-
We are using Jaro-Winkler instead of that Damerau-Levenstain.
Is it possible to switch between these two?
-
I am trying to build a project with `cabal new-build` and I have `ghc-8.2.1` and
```
cabal-install version 2.0.0.0
compiled using version 2.0.0.2 of the Cabal library
```
It is failing to build…
-
**Node.js version**:
v8.9.4
**npm version**:
5.6.0
**Strapi version**:
v3.0.0 alpha 9
**Operating system**:
Ubuntu 16.04
## On fresh clone `npm run setup` :
```
📦 Linking strapi-helper…
-
For instance
``` bash
$ oq engine --foo
usage: oq [-v]
{dbserver,info,purge,show,show_attrs,upgrade_nrml,tidy,plot_sites,plot,run,reduce,export,engine,help}
...
…
-
After creating new getsby project using
`gatsby new [NEW_SITE_DIRECTORY_FOR_YOUR_BLOG] https://github.com/greglobinski/gatsby-starter-personal-blog.git`
and running `gatsby develop` getting error…
-
Clean install of flood fails. Possible argon2 issue, linked [here](https://github.com/ranisalt/node-argon2/issues/97#issuecomment-347378698). Cross-posting here to see if this project has any insigh…
-
The C implementation seems to break with certain accented Unicode characters. This is with jellyfish `0.5.6` and Python `3.5.2` on Linux. The Python implementation however seems to work fine.
```
…
-
If I run node in strict mode, this package throws an error:
```javascript
// testleven.js
const leven = require("damerau-levenshtein");
console.log(leven("app", "apple"));
```
```sh
$ node …