Alex Leon
Alex Leon
@lelandrichardson I wasn't sure this would have the correct context when calling the function but it looks like everything works. Maybe in the interim it's worth documenting this approach? I'm...
I'm not sure whether you checked chrome or not but on my latest `Version 91.0.4472.164 (Official Build) (x86_64)` the color input is a 6 x 818px line when you unset...
@elektronik2k5 thanks for adding some clarity - I agree. My intention with this PR was to address 1. I went ahead and looked into 2. anyway to see if I...
For now I've just stubbed the types in my `global.d.ts` file, but having the actual types would definitely be preferred.
This is also true for other new color functions from [CSS Color Module Level 4](https://drafts.csswg.org/css-color/#ok-lab) which now have wide browser support like oklab and oklch. Note that even if there...
I've also run into this issue, it looks like its a runtime warning, so doesn't break anything yet, but the warning does appear every time @apollo/server is run in node...
Yeah, I figured this was a browser issue - not sure whether it's worth fighting the browser on this one or not, but 2 options I can think of: -...
Seperately, while working through this, I also noticed that focus-lock seems to prioritize autofocus on items with tabindex -1, however a tabindex of -1 is supposed to mean as far...
Hey @Borewit unfortunately the issue is either a mismatch between nodes spec and typescripts spec, and has nothing to do with the bundler itself. I haven't actually checked how the...
Hey, sorry for taking a while to get to this. Like I said I've already worked around it so it took me a while to get the time to come...