David Normington

Results 11 issues of David Normington

An attempt to resolve #154

### Expected Behavior 1. Install the package 2. Add the following to a .js file: `let a = 'abc'; a.` 3. Then hit ctrl+space to see autocompletions 4. Dropdown should...

Just opening this PR now to get some feedback. A quick question: what name did you want to use for `*` - I'm leaning towards `zeroOrMore` but that is quite...

First off, thank you for a really valuable extension for vscode 👍 A feature I'd like to see is to be able to configure the ref for the gutter highlight....

feature
triage

When I cloned the repo to take a look I was getting an error when running the browserify command as handlebars hadn't be declared as a dependency, therefore not being...

In cypress in UI mode, after a test has finished hovering on some of the commands restores a snapshot of the dom. This often causes this error to be thrown:...

Hi there, I've only recently discovered stepbible and am hugely grateful for it! So thank you for everyone's time and effort spent building such a helpful tool. Whilst browsing I...

Following on from #45 All credit for the async quick-check implementation goes to [promesa-check](http://github.com/nervous-systems/promesa-check) ⭐️ This PR adds this behind a new function: `checkAsync`. This acts exactly the same as...

I'm raising this issue for awareness rather than an ask to fix as I spent some time trying to but found issues in recast which need resolving first. ### The...

### Current behavior When semantic-release runs `verifyAuth` it does a push. This may fail if master is behind origin/master - e.g. if multiple merges to master happen in quick succession....