Skip to content

Instantly share code, notes, and snippets.

View ACoolmanBigHealth's full-sized avatar

ACoolmanBigHealth

View GitHub Profile
@ACoolmanBigHealth
ACoolmanBigHealth / getPrevAnswers.js
Last active August 13, 2021 16:30
getPrevAnswers.js
export const getPrevAnswers = async () => {
const options = getDropdownValues();
const [bedtimeValue, asleepValue] = [
random(0, options.length),
random(0, options.length)
]
.map(index => +options[index].value)
.sort((a, b) => a - b)
.reverse()
@ACoolmanBigHealth
ACoolmanBigHealth / machine.js
Last active November 25, 2020 11:41
Generated by XState Viz: https://xstate.js.org/viz
const wrapper = document.createElement('div');
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@ACoolmanBigHealth
ACoolmanBigHealth / range-updates.md
Last active September 30, 2020 08:57
Range updates

JIRA status

💜 Ready for QA (needs test plan)
💜 Ready for QA
🚧 In progress
🚧 In progress (⏸️ PAUSED)
👁️‍🗨️ In code review
👁️‍🗨️ In code review (⌛1 days)