Results 51 issues of Wolfgang Faust

Take the following minimal `.eslintrc.yaml`: ``` yaml extends: eslint:recommended ``` When I run `eslint-find-rules -c .eslintrc.yaml` it dumps a list of _every_ eslint rule, which is extremely unhelpful. I think...

I have a Brother HL-2320D, which can print on custom page sizes when used via a Mac. (In particular, I’m trying to print on 4x6 cards, but I’m sure other...

I just tested with the latest version on npm (1.1.1) and #9 (extra mix.js file being generated) is happening again. `git bisect` says the problem was introduced by #23.

bug

Per the spec: > Numbers in Rockstar are stored using the DEC64 numeric type. Presumably I'll need some sort of library for this. Stress-tests would also be nice, so once...

The keyword is part of the variable name, so `a boy` is a different variable from `the boy`.

good first issue
ready

Hi, @zhuowei, @pzavolinsky, and @gunnerwolf! As an experiment, I'm giving commit access to everyone who has submitted at least one pull request to Rockstar-JS. I hope that this will encourage...

Make sure constants all match spec. > - Constants: `mysterious`, `null`, `nothing`, `nowhere`, `nobody`, `empty`, `gone`, `true`, `right`, `yes`, `ok`, `false`, `wrong`, `no`, `lies`, `maybe`, `definitely maybe`

good first issue
ready

Add tests which execute various Rockstar statements and check the results. I'd personally go with mocha, but if you prefer a different test framework go ahead and use that instead....

good first issue
ready

must have at least one argument. Multiple arguments are separated by the "and" keyword or a ','. Arguments may only be variables or literals. Compound expressions are not allowed. Functionals...

ready

There's a bunch of changes to precedence, comparison, and the like. Need to review and file issues as appropriate.

ready