NotWearingPants

Results 35 issues of NotWearingPants

Reproduction: Create the following file structure: ``` a/ b/ c.txt ``` And run the following testcases inside the `a/` folder: ```js glob('../a/*') //=> ['../a/b', 'c.txt'] glob('b/../*') //=> ['b', 'c.txt'] glob('/absolute/path/to/a/*')...

Searching for `lieu` or `a bit` for example gives results with no `partOfSpeech`. https://api.dictionaryapi.dev/api/v2/entries/en/lieu https://api.dictionaryapi.dev/api/v2/entries/en/a%20bit (this gives one "noun" result, and another without `partOfSpeech`)

There is a feature to trim only modified lines, but I'd love for it to do it automatically when I'm done editing a line (i.e. move my cursor to a...

There is the option to only trim the modified lines, but when I'm looking at other people's code which I don't want to change, I still see the highlights which...

**Prettier 2.4.1** The title is pretty confusing, but here's the [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEB6VACAlgZxwVzgwGIBWADgGYMB3LGACwwEMMAHAJzjYQBM5eGAAbMA1EIA6UVqIwAzCIqXKVqteo2alACmZ79BwwYCUGWcwDcUqelr0mIgLxDsMWhA4BrHPKxQ4UqyO8lqhYeHqukbRhqbmVlA2mKwAth5EXMwANgC0NB5ZgjhgCMwcWBDYGDjMNIEYmABMZhgARg0YzbJy2gxwWVkQAHT5HIVDCsOtZUPTAF4ANBh9A8Oj45OzM-NLK4MjBbwTilscW4vL-fvrR5vTZ-OmTS1gHV0Ygk1SIAsgEGwwCpQHDIUBlDgQGgABTKCBBKGyNGYAE8Qb9WhxmGBPHAYABlZgpOAAGT8cGQcmyODg6Mx2NxeLYWL8AHNkDAOIRfnAUq0BPxeMTmFAWfhmCy4AAxDwpZgwQEi5AgZj4GAQH4gBgwFJZADqDHocBwTJKeLh9CwADd6MilWA8Bq-NSODAoZiWbKKVSaSAAFY4AAeeNZWTgAEV8BB4F6stTfkyOM6ldM+VkNZw-DBdVheIxkOQAAzxiHU3WYthKzhGuAcS3k34AR0j8Dd-3hypwOX8AgEGq4TawXDd4s9SEpsZ91JSWHZnMnIfDzfJY+9vxgzFa2dzDGQjTXmKwWVZAGEIClRyAjaQNfhqQAVDfw8dxkCWwgASSg-FgeLA5QBACCX54jAyKhjG1IAL6QUAA) ```sh --parser babel ``` **Input:** ```jsx // issue #583 with a prepended `a+` a + foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(aaaaaaaaaaaaaaaaaaa) + a;...

type:enhancement
lang:javascript
area:binary expressions

Fixes #614 `read-coverage.js` attempts to parse the code into AST using Babel, and wants to `Parse as leniently as possible` according to the comment. Changing the `sourceType` from `script` to...

**Reproduction:** 1. Follow [Electron's quick start guide](https://www.electronjs.org/docs/tutorial/quick-start) to get a working electron app running (packaging not needed) 2. `npm install deasync` 3. Paste the following into the devtools in the...