MCMXC

Results 162 comments of MCMXC

I am running into this issue with a setup of Ubuntu 21.10, X11, nvidia-driver-470 and GNOME Night Light. Using two 4k monitors, any solutions or workarounds to fix the green...

That doesn't do it for me, unfortunately. Note that one screen uses DisplayPort, which works as expected, but the HDMI one has a green tint.

Strange! What I did was go into `/usr/share/X11/xorg.conf.d` and edit `10-nvidia.conf`, to look like this: ``` Section "OutputClass" Identifier "nvidia" MatchDriver "nvidia-drm" Driver "nvidia" Option "AllowEmptyInitialConfiguration" Option "UseNvKmsCompositionPipeline" "false" ModulePath...

> Hm... try to generate a xorg.conf file using Nvidia X Server Settings - Xserver Display Configuration - Save to x Configuration File. Then edit this config and restart xserver/pc/...

As workaround we specified a custom install command in Vercel UI now as `npm i [email protected] -g`, should help you with the patching ;) Just a workaround though, not how...

> Please try out corepack [vercel.com/changelog/corepack-experimental-is-now-available](https://vercel.com/changelog/corepack-experimental-is-now-available) Thanks, that is another way to work around the issue I guess!

Thank you for the suggestion! It's a while ago but I think I solved it by checking the aria-selected attribute of the tabs

Landing here due to incorrect peer dependenciy warnings from `yarn install` for `react` and `react-dom`, would be great to get this resolved!

I was wondering the same thing, we have a setup like: ``` - uses: actions/setup-node@v3 with: node-version-file: "package.json" cache: "pnpm" ``` And I am unsure if caching the installation works...

Happy to hear! > Looks good to me and I think we can close, concluding that pnpm is pretty solid here in terms of safe behavior. But isn't https://github.com/pnpm/pnpm/issues/4361 still...