Felipe Oliveira
Felipe Oliveira
I have a Legion 5i laptop with RTX 3060 and I have the same problem!
I didn't follow any post installation. I had a Legion 5i with RTX 2060 that worked perfectly after installing it with archinstall. I didn't know it had specific settings.
Apparently it's a kernel issue as of 5.18 with current Nvidia drivers. I ended up downgrading to lts version, 5.15 and the problem was solved There is another solution that...
I'm also using Pop_OS 22.04 and I have the same warning. Don't they need to provide a .gpg instead of a .key? ```sh # Install our GPG key wget --quiet...
@IndrekHaav Now I get it! I only saw it in the ubuntu apt documentation and there it says to put the keys in the `trusted.gpg.d` repository But it seems more...
I created my own `Dockerfile` from @michalhosna image: ```dockerfile FROM michalhosna/adminer USER root ARG ADMINER_DESIGN="nette" WORKDIR /var/adminer RUN echo "Getting design for Adminer: ${ADMINER_DESIGN}..." RUN curl -L https://raw.githubusercontent.com/vrana/adminer/master/designs/${ADMINER_DESIGN}/adminer.css -o adminer.css...
@ryankauk @vinpac # Regexp I made a Regexp expression and added it inside the intellisense configuration of TailwindCSS in VSCode: ```json { "tailwindCSS.experimental.classRegex": [ "(w(?:\\.[a-z]+)?\\((?:[\\s\\S]+?)(?:[`'\"][\\s\\S]+[`'\"])*?\\}(?:[\\s\\S])?\\))", ] } ``` This selection...
@eduardodallmann @jpcmf and @jaukia Thank you, guys! Jaukia's latest improvement worked great for me :rocket: