fire332
fire332
How about the possibility of using [the new Windows ICC profile extensions](https://learn.microsoft.com/en-us/windows/win32/wcs/display-calibration-mhc) which offers better accuracy, precision, and the ability to define ST.2086 HDR metadata for the display?
The best way to go about Windows 11 from what I've seen thus far is to take the profile made with DisplayCal, manually add the appropriate MHC2 tags, and load...
This is intended. See reply to my identical issue: https://github.com/remix-run/remix/issues/8759#issuecomment-1947738203 @pcattori Maybe it would be a good idea to add a comment to the remix injected style explaining the reason...
I've narrowed the issue down. ## TL;DR `compile` function [here](https://github.com/swc-project/swc-node/blob/28c0a9969942499c2dc9a2883360146de14ef907/packages/register/register.ts#L59) checks to see if `filename` is contained in `options.files` to determine whether to transpile but that will always be true...
On a second note, the check on Windows will never work anyways because `path.resolve` converts the separators to the Windows version while `filename` uses POSIX-style separators. Maybe instead of `filename...
Why does node-postgres even export a class instance instead of just using module-scoped variables to store state? Module exports are basically singletons anyways so that seems redundant at best.
> However, there is no way (or should I say an easy way) to know the video ID for the preview playback video. You can access the player API from...
Have you tried adding the appropriate browsers to `.browserslistrc`?
Honestly, those browsers are so old that it's worth having a separate build for them to not unload a truck load of redundant polyfills for newer webOS versions.
Those are literally just rectangles. A div with a background color will suffice (and maybe text on the inside indicating the color for accessibility). HTML using Tailwind classes for example:...