Jason Cheatham

Results 96 issues of Jason Cheatham

Snapguidist should ideally provide a way to filter which examples are tested, or to disable testing for specific code blocks. For example, users may not want snapguidist to run tests...

enhancement
help wanted

## Expected behavior The tests should run to completion on Browserstack. ## Current behavior When the tests are run on Browserstack, the IE 11 session sometimes hangs indefinitely. It can...

bug

Some quick updates for the README... - "like jQuery" -> "similar to jQuery" - "Once finished, the test will look like..." -> make sure it's clear a file needs to...

documentation

The tutorial documentation and code should be updated to focus on Intern 4.

intern-4

Currently, `UrlSearchParams#toString` will include key names for parameters with falsey values. Test: `new UrlSearchParams({ debug: false, foo: 'bar' }).toString()` Expected output: `'foo=bar'` Actual output: `'debug&foo=bar'`

bug
good first issue

**Bug** `Task.race` takes two generic parameters, an ExtensiblePromise subclass and the type expected to be the resolution of the race call. The first parameter is unnecessary as it is never...

bug
good first issue

Currently, the integration creates a sensor and service allowing the HSM status to be monitored and updated. Also create an alarm_control_panel entity for the hub.

enhancement

Depends on jason0x43/hubitatmaker#13

enhancement

Sample capabilities: ``` { "id": "323", "name": "Orbit Sprinkler Controller Station Component", "label": "Station 01 - Front Side", "attributes": [ { "name": "valve", "currentValue": "closed", "dataType": "ENUM", "values": [ "open",...

enhancement

When a device reports new capabilities or its label changes, it may be classified differently by the integration (e.g., as a light vs a switch). Possibly the integration should look...

enhancement