Ryan Bower

Results 46 comments of Ryan Bower

I'm running into a similar issue. ```typescript import {screen, render} from "@testing-library/angular" import {userEvent} from "@vitest/browser/context" // ... const user = userEvent.setup() await user.click(screen.getByLabelText(label)) ``` `TimeoutError: locator.click: Timeout 1000ms exceeded.`...

fwiw, I had tons of segfault issues on my i9-13950HX, but it wasn't limited to GUIs, and it wasn't happening consistently. I fixed them by disabling the power saving settings...

I've been trying to find the cause of this for a while now. Thanks for the report @nikolailehbrink. Hopefully this can be resolved soon.

> This is not supported at the moment, and I am not yet sure if it will be. It is quite easy to add, but the main problem lies in...

> I thought the Terminal was more tailored for VSCode presentation. Which parts would you consider using externally? It's actually the terminal that we're looking for, functionality-wise. Although it seems...

I was hoping to stay within the Analog ecosystem and avoid using Astro altogether.