Jason Cheatham

Results 96 issues of Jason Cheatham

Update to use current go-alfred, reorganize workflow to follow same model as alfred-{toggl,weather,slack}.

When a user hits enter on the heading item (Weather for XXXX), close Alfred.

enhancement

This PR adds support for SymbolInformation symbols and simplifies the context update logic. SymbolInformation symbols are parsed using the existing logic, then augmented with hierarchical information by examining their positional...

A frequently reported issue, which I've run into myself, is the "x does not support documentSymbols" error popping up every time an editor is opened (#2, #5, #7, #15, #22,...

help wanted

When building Intern 4.x or 5 under Node 14, many circular dependency warnings will be displayed: ``` (node:87088) Warning: Accessing non-existent property 'column' of module exports inside circular dependency (node:87088)...

effort-low
project-dev
priority-low

In browsers using mostly or all W3C semantics, `pressKeys` uses simulated keyboard events. In these browsers, sending some characters such as `keys.TAB` doesn't work as expected. Consider the following test:...

bug
effort-medium
domain-webdriver
priority-medium

In Intern 5, at least suite Timeout errors aren't ending up as rejections in the `_runTests` loop. This prevents the session retry logic from engaging.

bug

In Intern 5.0-pre, if a test session is started for IE (and possibly other browsers) and killed with ctrl-C, webdriver servers may be left running. Intern should try to ensure...

bug
effort-medium
domain-ui
priority-high

In the past, browsers had non-zero default values for the functional timeouts (page load, find, and async exec). Today (and for a little while), this hasn't been the case, and...

enhancement
effort-low
domain-webdriver
priority-medium