Andrei Neculau
Andrei Neculau
Context: AWS Lambda runs Node.js v4, but locally we tend to run the latest. Given this mismatch, it would be nice to set the target Node.js version as an option...
### Preflight Checklist * [x] I have read the [contribution documentation](https://github.com/electron-userland/electron-packager/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate....
`-v` is now the flag for pointing to a vault directory, but the README talks about `-d`
#### For bugs - My shellcheck version (`shellcheck --version` or "online"): tested 0.4.6 to 0.8.0 #### Here's a snippet or screenshot that shows the problem: From an arm64 architecture, like...
It may seen redundant to introduce such a feature at first, but here's [GNU Make](https://www.gnu.org/software/make/manual/html_node/Makefile-Contents.html) > You cannot use comments within variable references or function calls: any instance of #...
**Tell us about your environment** * **ESLint Version:** 6.7.0 * **Node Version:** 12.13.1 * **npm Version:** 6.12.1 **What parser (default, Babel-ESLint, etc.) are you using?** babel-eslint **Please show your full...
Looking through the code, `npx` doesn't reuse previously installed packages so `npx npm@3 --version && npx npm@3 --version` is actually going to call `npm install` twice, in 2 different folders...
**Squirrel version(s)** N/A **Description** I'm trying to build and package an electron app inside WSL (Windows Subsystem for Linux), but the current setup is to execute `wine` on non-Windows platforms...
In recent commits (e.g. f5443d2 ), @dmajda rewrote the example grammars with the comment > Beside this, the rewrite reflects how I write grammars today (as opposed to few years...
https://github.com/dmajda/pegjs/issues/200 talks about reporting unused rules. At the same time with reporting (as a warning), unused rules should not make it into the parser at all (unreachable code).