LitoMore

Results 96 issues of LitoMore

```markdown ![](https://img.shields.io/badge/Construct%203-00FFDA?logo=construct3) ![](https://img.shields.io/badge/Construct%203-123-00FFDA?logo=construct3) ``` ![](https://img.shields.io/badge/Construct%203-00FFDA?logo=construct3) ![](https://img.shields.io/badge/Construct%203-123-00FFDA?logo=construct3) 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`...

npm-package

How about adding support for checking the `git config core.excludesfile` for [ignore defaults](https://github.com/xojs/xo/blob/main/lib/constants.ts)?

enhancement

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...

enhancement

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

core

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...

core

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...

npm-package