Results 7 issues of Egill

There doesn't appear to be any documentation regarding the use of plugins. It turns out there is a `--plugin` flag which can activate specific plugins. However, I cannot figure out...

documentation
help wanted

Hi. Over at [egilll/tex-linebreak2](https://github.com/egilll/tex-linebreak2) I've added some features to this excellent project. There is a demo **[here](https://egilll.github.io/tex-linebreak2/)**. Features: * Support for negative widths * Significant speed improvements (mainly due to...

Hi. This is a very minor issue but I cannot figure out why the Docusaurus build on the website [mobx.js.org](http://mobx.js.org/) is different from a local Docusaurus build. The issue is...

🐛 bug

Running Prettier twice is supposed to give the same output. There does however not appear to be a good way to figure out what a comment's indentation will be after...

Removal of array constructor ".last()" so that this project does not clash with other custom array methods. Some other packages, like [`array-sugar`](https://github.com/capaj/array-sugar), add new methods for arrays. When such packages...

Hi. Following the change in 2d444cf, the default setup instructions (`npx create-next-app precedent --example "https://github.com/steven-tey/precedent"`) no longer work on Node v19.7.0, with the following error showing up: ``` npm ERR!...

bug

This pull request updates `weighted`'s TypeScript signature to accept other types of arrays. `Weighted` just returns a random item from the given array and does not require it to be...