Skip to content

Instantly share code, notes, and snippets.

View taggartbg's full-sized avatar

Taggart Bowen-Gaddy taggartbg

View GitHub Profile
@taggartbg
taggartbg / Connect2021_TaggartBowen-Gaddy.js
Last active November 10, 2021 19:39
Temporal API Examples for Connect 2021 Presentation
// Create an Instant
const now = Temporal.Now.instant()
// Plain Objects
const pd = Temporal.Now.plainDateISO()
const pt = Temporal.Now.plainTimeISO()
const pdt = Temporal.Now.plainDateTimeISO()
const pdt2 = Temporal.PlainDateTime.from(pd).withPlainTime(pt)
const pym = Temporal.PlainYearMonth.from({ year: 2020, month: 10 })

Keybase proof

I hereby claim:

  • I am taggartbg on github.
  • I am taggartbg (https://keybase.io/taggartbg) on keybase.
  • I have a public key whose fingerprint is 195E E8AB 31DB 4442 59C4 B631 FEE2 DD01 8282 E029

To claim this, I am signing this object:

Julius Refactor

Julius Requirements

  1. Maintain state of all sessions:
  • Authenticated Google session
  • Attached clients by socketId
  • Call ID
  1. Surface endpoint to link calls via Access Code, Call ID, Google ID
  2. Display all keypresses
  • Display as chunks