Brett

Results 13 issues of 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...

enhancement

**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...

![Screen Shot 2020-11-30 at 9 47 35 AM](https://user-images.githubusercontent.com/16885191/100631384-45884e00-32f1-11eb-85f6-eb648d7abf12.png)

### 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....

needs discussion

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...

bug
replied
in progress

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...

docs

👋🏼 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...

enhancement

**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**...

bug

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...