Robert Hurst
Robert Hurst
I don't claim to understand this fix and please excuse if this is an entirely separate issue (_for me_), but would this have any impact on external libs that allow...
@jerch perhaps another addon to capure DOM or SVG is in order? 😉
FWIIW, I was using middleware getSession only with refresh Nuxt config `enablePeriodically` enabled. Everything works fine in that regard, except it's a bit obsessive for my portal needs. After disabling...
Yeah, I ran across similar conditions using tailwind css. If it helps, I needed to add `overflow` to the container, i.e., relevant snippet composable code from my `XtermJs` component: ```html...
Full working example using Nuxt 3 with TS + Vue: [page](https://github.com/theflyingape/bilh-edi-devops/blob/main/app/pages/terminal.vue) - [component](https://github.com/theflyingape/bilh-edi-devops/blob/main/app/components/XtermJs.vue) - [composable](https://github.com/theflyingape/bilh-edi-devops/blob/main/app/composables/useTerminalSocket.ts) + server [socket](https://github.com/theflyingape/bilh-edi-devops/blob/main/server/routes/node-pty.ts)
That "feature" is a PITA to avoid. From CLI, I override placement of the default settings: ``` $ retroarch -c default.cfg ... immediately ESC+ESC ... $ diff /retroarch/retroarch.cfg default.cfg ```...
Exactly. Keep the configuration integers intact (don't break anything), but extend those pick-list items beyond a description label by introducing some supporting metadata that _allows_ for a frontend to present...
I have found that there's a known bug with **flycast** whereas you must disable `stdin` to launch content with this core, i.e., ``` gamemoderun retroarch -L flycast "/retroarch/roms/Sega Dreamcast/Gauntlet Legends...
Yup, there's your answer. FWIIW, glcore is perfectly acceptable for that quirky console. If that core ever adopts vulkan, it will have any modernization benefits sought over the potential ~2%...
I can confirm RetroArch source works thru 05faba73e3fed69a5e118df2cc28d31309089243 but shows this blank screen behavior with the next commit 2805694378f1624a4872b2dc55fddcbdb4e20274 > This mirrors the use of video_viewport_get_scaled_integer for > non-integer scaling...