Cameron Hunter
Cameron Hunter
Hi, Your package is my "go to" for computing the cartesian product of array values. Over the last few months I've found a repeated use-case for computing the cartesian product...
- [ ] I'd be willing to implement a fix **Describe the bug** Yarn 2.0 fails with a `SyntaxError` when running a `bin` file that isn't authored in JS. For...
Prettier has experimental support for [plugins](https://prettier.io/docs/en/plugins.html). This module could become a prettier plugin instead of being a standalone cli app.
It would be handy to fill in missing fields in `package.json` files with known values, e.g. author, repository, website. This is especially useful when tidying up a monorepo.
Currently `functionExpression.spaceBeforeParentheses` is a boolean configuration option. It would be great if this could be extended to allow further choice on treating anonymous function expressions differently to named function expressions....
## Description `npm install` made changes to `package-lock.json`. ## Motivation and Context When following the CONTRIBUTING guide, I ran `npm install` using the latest LTS version of node (v20). `npm`...
### Context I was surprised that `Model#call`'s arguments validation ([source](https://github.com/Netflix/falcor/blob/398d4ef6e2d42f41197c240f1463ef70a9a8dd8b/lib/Model.js#L243-L262)) changes depending on the number of arguments provided. For example: ```ts // Passes input validation. model.call(['hello', 'world'], [{ name: 'Falcor'...
`dprint` supports a `--config` CLI parameter allowing for a custom configuration path to be specified. However, the VSCode plugin expects `.dprint.json` to be in the root of the workspace. It...