Maykin-99

Results 6 comments of Maykin-99

I've found the issue when suddenly Puppeteer stopped working for me as well. If you open your `/etc/nsswitch.conf` you'll see a line like this: ``` hosts: files mymachines myhostname resolve...

Also happens on Linux. A workaround is to downgrade to `1.69.2`.

I have the same issue and the following log (using `journalctl -xef`) is being produced when a flatpak app is trying to open dolphin: ``` May 13 00:24:09 steamdeck xdg-desktop-portal[49107]:...

Alright. I think I can reproduce it now. 1. Reboot the Steam Deck 2. Go to Desktop Mode Flatpak Apps can actually open Dolphin 3. Return to Gaming Mode 4....

I'm experiencing the same issue when using `@emotion/styled`: ```jsx import styled from "@emotion/styled"; import React from "react"; const StyledHeader = styled.h1(); const StyledButton = styled.button(); const StyledFooter = styled.div() const...

In my case (Pokemon Sword) pausing the Emulator and Resuming it "fixes" this issue.