accent-subtle-background-color-default
blue-subtle-background-color-default
brown-subtle-background-color-default
celery-subtle-background-color-default
chartreuse-subtle-background-color-default
cinnamon-subtle-background-color-default
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.1 | |
info: | |
title: Audio Control API | |
description: API For controlling audio on Blackmagic Design Cameras | |
version: 0.1.0 | |
servers: | |
- url: /control/api/v1 | |
paths: | |
/audio/channel/{channelIndex}/input: | |
get: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://json-schema.org/draft/2020-12/schema", | |
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json", | |
"title": "Color", | |
"description": "Color token schema.", | |
"type": "object", | |
"allOf": [ | |
{ | |
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"author": "garthdb", | |
"gitHubUrl": "https://github.com/garthdb", | |
"packages": [ | |
{ | |
"id": "bc345262-141f-4145-bec1-a56c4788870c", | |
"name": "Unifi Access", | |
"category": "Control", | |
"location": "https://raw.githubusercontent.com/GarthDB/hubitat-unifi-access/main/packageManifest.json", | |
"description": "Control Unifi Access lock via local API", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"corner-radius-75": { | |
"sets": { | |
"spectrum": { | |
"sets": { | |
"desktop": { | |
"value": "2px" | |
}, | |
"mobile": { | |
"value": "2px" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Arguments: | |
/Users/garthdb/.asdf/installs/nodejs/14.19.3/bin/node /Users/garthdb/.yarn/bin/yarn.js --frozen-lockfile | |
PATH: | |
/Users/garthdb/.asdf/plugins/nodejs/shims:/Users/garthdb/.asdf/installs/nodejs/14.19.3/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/garthdb/.yarn/bin:/Users/garthdb/.config/yarn/global/node_modules/.bin:/Users/garthdb/.asdf/shims:/usr/local/Cellar/asdf/0.10.2/libexec/bin:./bin:/usr/local/bin:/usr/local/sbin:/Users/garthdb/.dotfiles/bin:/Users/garthdb/.rbenv/shims:/usr/local/git/bin:/Applications/Postgres93.app/Contents/MacOS/bin:/Users/garthdb/Code/go/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/garthdb/.rvm/bin:/Users/garthdb/.rvm/bin | |
Yarn version: | |
1.22.19 | |
Node version: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Spectrum/spectrum-css vrt-reference 6m 42s | |
❯ npm run backstop:docker:test | |
> [email protected] backstop:docker:test /Users/garthdb/Spectrum/spectrum-css | |
> backstop test --docker --config=backstop_data/backstop_test.js --env=local | |
BackstopJS v5.0.4 | |
Loading config: /Users/garthdb/Spectrum/spectrum-css/backstop_data/backstop_test.js | |
COMMAND | Executing core for "test" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const path = require('path'); | |
const fs = require('fs'); | |
const yaml = require('js-yaml'); | |
const order = [ | |
'id', | |
'name', | |
'dnaStatus', | |
'status', | |
'ignoreDNA', |
NewerOlder