Nano Miratus

Results 13 issues of Nano Miratus

## Description Modifier keys don't really work like they should on MacOS. Maybe this is only an issue with MacOS Monterey, I don't think it is though. I can't really...

## Description Encapsulating #599 and implementing https://github.com/sindresorhus/meta/discussions/15, moving to ESM is an obvious step in the right direction. I'm aware that @sindresorhus wants to "start with the lowest level packages...

enhancement
help wanted

Feel free to split this issue into two seperate ones, once it's needed. shields.io kinda does this already. Choosing a `color` of `#ffffff` for example, results in dark text instead...

enhancement

I have absolutely no idea how the `.dic` format works, all I can say is that practically any infinitve german word is marked as misspelt when using this in retext-spell....

* What version of documentation.js are you using?: 13.0.1 * How are you running documentation.js (on the CLI, Node.js API, Grunt, other?): CLI When I use syntax that requires the...

**Is your feature request related to a problem? If so, please describe.** My (and many other projects) don't have a readme file in their repo that's exactly called `README.md`. Currently...

i think it should be "README.md"

I don't know the actual creation date and didn't want to assume the license so I added "UNKNOWN" there and made this a draft PR for now. @hashrock might have...

This is a relatively naive but small addition which "fixes" an issue I had with `eggs` for as long as I used it. Basically, `eggs publish` overrides your `eggs.json`, even...

While this is supported and docs for it generate fine: ```js class Square extends Rectangle { constructor({width}) { super({width, height: width}); } } ``` This syntax doesn't seem to be...