Brett
Brett
### Feature ✨ Modify the command in some way to allow just the commit aspect, without pushing. #### Rationale Right now, the command takes 3-5 seconds, and I assume that's...
**The Problem**: I continue to use `⌘+L` when I want to select the current URL/location (instead of Vimium's `ge` to activate the Vomnibar). **Proposed Solution**: When activating the Vominbar with...

### Describe the feature you'd like: A `toHaveRole` matcher that uses a similar implementation to `@testing-library`'s described [here](https://testing-library.com/docs/dom-testing-library/api-queries#byrole). In other words, checking implicit roles in addition to `aria` roles (i.e....
Getting this error in the macOS notification when rebooting and autoupdate is running. Anything I can do to fix this? Or some trace/logs I can look at to look into...
This PR clarifies what `useBuiltIns` is for, and how to use it, better (IMO 🙂). Specifically, I really struggled using this option in one of my projects. It took me...
👋🏼 Stumbled on this repo when browsing your GitHub profile. What I really like about specific project vs Homerow for scrolling is that it's not a two-step process. Specifically, Homerow...
**Is your feature suggestion related to a problem? Please describe.** Ideally, the buttons I intend to click are single letters more often than not **Describe the solution you'd like** I'd...
**Describe the bug** When using numbers or some punctuation (like `.` and `/`), typing that key does nothing and doesn't click the element I wanted it to **Screenshots / video**...
Currently as implemented, I don't have access to any of my spec files' global variables (i.e. they're all undefined). However, this is only the case when my `withData` call is...