Isaac Muse
Isaac Muse
https://github.com/color-js/color.js/pull/476#discussion_r1520070977
Browsers have still not settled on what they are doing for gamut mapping. Currently we clip by default because no other browser has implemented the recommended CSS gamut mapping method....
Found a case where a variable in color sometimes doesn't parse. This is usually when there is a chain of variables. The weird thing is that it doesn't happen every...
For direct comparison against other approaches, projection towards constant lightness was used. Comments are provided to project towards the lightness at the cusp. Target L could be configured using some...
So I had an issue opened here: https://github.com/facelessuser/soupsieve/pull/275. The author of the PR claimed that the license was configured incorrectly in the toml file and references the latest spec: https://packaging.python.org/en/latest/specifications/pyproject-toml/#license....
This is not a bug, but more a limitation of the ray trace algorithm. As such, there is no requirement this be addressed, but if a performant way were discovered...
This will allow us to upgrade packages more easily (for now as Python 3.8 is almost end of life). The linked conversation talks about strategies. I'd like to get this...
Kubelka-Munk theory outlines the behavior of pigment mixing. The idea is simple enough and could potentially be integrated into to ColorAide. Possibly in the normal interpolation path with some effort,...
Linear Rec. 2100 is an alias for Linear Rec. 2020. Rec. 2020 is the base for HDR spaces Rec. 2100 PQ and HLG. It's not explicitly needed, but it is...
Parsing a gitignore file is kind of a different kind o animal compared to normal globbing. 1. It is file centric. 2. It seems to operate on the files as...