Christian
Christian
The font [is on fontsquirrel](https://www.fontsquirrel.com/fonts/cascadia-code) but I suspect it's old as there have been 3 releases since September.
I'll be happy to have a go. I just recently tried to do this myself and I've got a [draft PR open on a personal project](https://github.com/c-kirkeby/osrs-price-site/pull/3). My main blocker has...
Okay so rather than doubling up on trying to convert the Tasks demo (@shyakadavis has picked it up in #1260), I implemented the Data Table for my own project here...
In the TanStack docs they recommend using [column helpers](https://tanstack.com/table/v8/docs/guide/column-defs#column-helpers) for building column definitions which are quite similar to the API from svelte-headless-table. I believe the rationale is that they provide...
I tried to run the same test on Windows 10 (using my laptop) and it took about 37-40 seconds on average. That's still almost double the run time of Protractor....
@jennifer-shehane there didn't appear to be another way to clear the cache between tests but further reading seems to suggest that the cache is automatically cleared between each test. I've...
Is this still being worked on? I've gone to a different employer and this issue causes the application at my new workplace to hang as well. cy.visit() seems to not...