LitoMore
LitoMore
```markdown   ```   The current threshold does not look good for some colors. The brightness value of `#00FFDA` is `0.68`. I adjusted the threshold value to `0.65`...
How about adding support for checking the `git config core.excludesfile` for [ignore defaults](https://github.com/xojs/xo/blob/main/lib/constants.ts)?
I want to implement the solution for the https://github.com/getzola/zola/issues/2391. My solution was: ``` set filtered_pages = paginator.pages | filter(attribute="extra.hide", value=null) ``` But the `null` won't work for null values. Is...
### Why am I submitting this PR Node.js 24 is out, so we can consider adding Node.js 24 to the engines field. The `npm` and `yarn` fields in `engines` can...
Related to https://github.blog/changelog/2025-09-29-strengthening-npm-security-important-changes-to-authentication-and-token-management/ npm is going to classic tokens this November. This needs some operations from your side, @wootsbot.
### The issue is already reported or known issue? - [x] I have searched the existing issues on github - [x] I am using the latest version ### Description It...
Logos on Shields.io are provided by Simple Icons. We've recently upgraded to Simple Icons 16. This release removes 44 icons and renames 2. A full list of the changes can...
This issue is a reminder of the `http-deceiver` overrides. We should remove it when we have a better solution. Related to: - https://github.com/badges/shields/pull/11279#issuecomment-3242799824
It looks like the `css-color-converter` is lacking maintenance. Here I replaced the [`css-color-converter`](https://npmjs.com/css-color-converter) with the [`color`](https://npmjs.com/color) library. The `color` library is pure ESM and more modern. I'm also the maintainer...
Some of our current badges have some inconsistent spacing. Especially the logo-only badge. I've fixed/changed them to be consistent. I've attached the 5x zoom level preview image with measurements. As...