Kutner JS

Results 59 comments of Kutner JS

can you merge the fix with a feature flag? (i.e. enable-able from settings) I'm having the `__REACT_DEVTOOLS_GLOBAL_HOOK__` fix and I want to remove it!

+1 for mentioning `import 'tippy.js/dist/svg-arrow.css';`

reproduced it - ```ts chroma.blend('4CBBFC', 'EEEE22', 'overlay'); // == #8ef6fa chroma.blend('4CBBFC', 'EEEE2250', 'overlay'); // == #8ef6fa, should be #83CCBF ```

I don't remember how I got around this.

also getting this: ![Screen Shot 2022-03-20 at 19 38 11](https://user-images.githubusercontent.com/5400361/159175131-05d5de38-47d0-4d70-887e-0d61088ed633.png) sometimes (usually after refresh) the arrows don't connect and mess up (maybe calculated too early?)

Also got this. Seems that mousetrap is trying to clear keycombos. It tries to clear in the context of the element, which is not available in .trigger()

also getting it. maybe because `@prerenderer/renderer-puppeteer` is using `puppeteer` 1.20.0? latest is 14.1.0 😵

yup - this is the bug: https://github.com/puppeteer/puppeteer/issues/4197 it was fixed in April 2019 - https://github.com/puppeteer/puppeteer/pull/4276

yup this just broke my package because of the indirect dependency through `postcss-normalize`. :(

the bad thing is that StackDriver automatically makes the decision for you, violating Inversion of Control. It could be especially bad when there are other handlers that monitor the console...