NotWearingPants

Results 35 issues of NotWearingPants

The English word `lieu` is an anagram of ueli. Searching for `dict?lieu` gives the following: ![image](https://user-images.githubusercontent.com/26556598/135170399-1372a2a7-4ccd-4e64-9149-9e489f57c07e.png) The [dictionary API](https://dictionaryapi.dev/) sometimes returns results with no "part of speech" (meetDeveloper/freeDictionaryAPI#110), maybe this...

bug

**Your Environment** * **verdaccio version**: 5.x.x * **node version** [12.x.x, 14.x.x]: * **package manager**: [npm@7, pnpm@6, yarn@2] * **os**: [mac, windows@10, linux] * **platform**: [npm, docker, helm, other] **Describe the...

good first issue

> Before reporting a bug - [x] Check [common issues](https://katex.org/docs/issues.html). - [x] Check the bug is reproducible in [the demo](https://katex.org). If not, check KaTeX is up-to-date and installed correctly. -...

bug

I had something like the following file: ``` ☐ write this code ```py x = 3 y = 4 ``` ``` This caused the extension to show I have 2...

bug
help wanted

## Description Fixes styling of multi-digit ordered lists - made the number aligned to the right of the text, so that when more digits are required they will be added...

type/bug
lang/css
state/on-hold
state/awaiting-response

Instead of looking for the IDs using another tool/website, it would be cool for this CLI to have some `-list` parameter to be able to show a table of all...

enhancement

For some reason cspell doesn't flag some non-words, but only on certain languages, and they aren't in any of the dictionaries. Spell check the following words with `cspell --languageId python`:...

allowCompoundWords

The following piece of code is invalid but it is parsed correctly: ```javascript let let = 5; let const = 5; const const = 2; const let = 4; const...

bug

The following piece of code is valid but it is parsed incorrectly: ```javascript let + 5 ``` [Here's a link to the TypeScript Playground showing that the snippet above is...

bug

Usually and as per the documentation, input globs use forward slashes and the result paths use the native file separator. But here are examples of globs on Windows which return...