DanaGoyette
DanaGoyette
If PCIe on the Pi 5 is anything like on the LX2160A, the GPU might fall off the bus if the PCIe link rate changes as a power-savings feature. One...
> SuperTuxKart ox max settings would probably be a good benchmark for these cards, as it's arm64 native, OpenGL/GLES based, and in the Raspbian repos. Another good thing to try...
An alternative approach to avoid reloads would to just suppress setting the `reload_pending` flag for temp addresses (and in my case, LL addresses too). In my case, I don't use...
Does anyone have a nice way to effectively replace cy.get with simpler logging, while keeping the element highlighting and all that? I want something like the following, but I want...
I'm seeing something like this when having `screenshotsFolder`, `videosFolder`, and the `cypress-terminal-report` plugin to the same directory. Perhaps Cypress and the `cypress-terminal-report` plugin are both trying to remove the directory?...
I'm using a function like this, that keeps running into "element is detached", so I had to add assertions, but they're a whole lot of clutter. I'd like to be...
> @DanaGoyette, you can combine your selectors into a single get. > > ```js > return cy.get(`[data-row=${row}] [data-column=${column}] [data-testid=value]`); > ``` I've tried that, and the result is that I...
Copying my comment from ALVR: https://github.com/alvr-org/ALVR/issues/2124 By looking around in `ls -la /proc/$(pidof vrserver)/root/` (which seems to actually show the process's root, not the system root), I was able to...
The general term for a USB 3.x (and above) device controller is "XDCI" -- and if I search for USB4 xDCI, I see that Designware is apparently working on such...
I moved the GPU to a Thunderbolt enclosure to work around some PSU issues, but glmark2-es2-drm still crashes. ``` Debug: Using Udev to detect the right DRM node to use...