Jamie Rolfs
Jamie Rolfs
I just upgraded to Neovim 0.7 and started seeing an error when accessing this setting. I'm guessing it might be a symptom of a separate issue, though, so let me...
I just (finally) upgraded to macOS Monterey and whatever new filesystem crap they introduced seems to have broken a few Alfred workflows, including this one. I'm trying to get to...
This was my first go at implementing `configure()` for the `Locator` queries from a couple weeks back. I decided to try to synchronize the configuration state across all the implementations,...
- test(fixture): remove assertion count... doesn't exist for Playwright, wat? - wip: test(fixture): add test for async case
I'm starting some beta releases to get the `Locator` based fixtures out there, ultimately I think I will probably release a non-breaking change version of the fixtures as a minor...
Alright, here's my take on an API that returns `Locator` instead of `ElementHandle`. It builds off of the following prior art, thanks to @sebinsua, @petetnt, and (once again) @Zache: -...
Adds support for [Codefresh](https://codefresh.io).
- Add `ghcommit` filetype that inherits settings from `ghhub` - Ensure diffs included in commit comment instructions are still highlighted correctly - Update Git `commentChar` detection to include commit message...
Our types incorrectly claimed support for function [`TextMatch`](https://testing-library.com/docs/queries/about/#textmatch). This change actually adds support for that.
I thought it was reasonable to assume that these concepts were implied, but I think we should be more explicit. For example, here is how it's referenced in Preact Testing...