Christian Mayer
Christian Mayer
The linked `Color matching functions` is just converting one wavelength. So I recon the result will be a point that lies on the well know outer shape of the color...
I'd like to support this feature request! > Note that right now, `color.mix()` is internally just using `color.range()` and getting the point on the range that you asked for. That's...
@peuter right now my analysis of the issue is in a dead end. Could this be a timing issue where the `changePageSizeInvalid` is sent before the reading of the available...
Documentation is very sparse about browser generated events during and after a page turn and validation. In the meantime, and as I'm currently suspecting that only 0.12 is affected I...
This issue actually caused multiple troubles on my side as the android browser behaved differently than the desktop chrome - and remote debugging of the android browser stopped the input...
> > but I can't do that as the S/R syntax is interfering with the prompt synta > > no, xyz use CSV ([Comma Separated Values](https://en.wikipedia.org/wiki/Comma-separated_values#General_functionality)) as CSV have escapes...
> The ideology I've seen has generally been that tests should be isolated and not depend on each other. Otherwise an earlier test failing would "taint" the validity of all...
> > It's not a feature, but was introduced to fix a bug, and > > Sure it is, it guards you against the footgun of using multiple tabs which...
General code review, just by looking at the source: the files are looking fine, except two issues. See the individual comments for those. When you think it's ready to merge...
The compatibility to the ES classes in #10592 actually made me think that it would be great to use the new ES syntax here. There I was encouraged to make...