I hereby claim:
- I am bjfresh on github.
- I am bjfresh (https://keybase.io/bjfresh) on keybase.
- I have a public key ASD-QeL5cDv1cqa0E-Be2pkQTpAQVEdDMQgENKiP9tXzZwo
To claim this, I am signing this object:
| import React, { useCallback, FormEvent, useState } from "react"; | |
| import { useEffect } from "react"; | |
| /* helper functions */ | |
| const getUUID = () => window.crypto.randomUUID(); | |
| const formatTime = (rawSeconds: number) => { | |
| const minutes = Math.floor(rawSeconds / 60); | |
| const seconds = rawSeconds % 60; | |
| return `${minutes}:${seconds < 10 ? "0" : ""}${seconds}`; |
I hereby claim:
To claim this, I am signing this object:
| INFO global: Vagrant version: 2.2.5 | |
| INFO global: Ruby version: 2.4.6 | |
| INFO global: RubyGems version: 2.6.14.4 | |
| INFO global: VAGRANT_LOG="debug" | |
| INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded" | |
| INFO global: VAGRANT_INSTALLER_VERSION="2" | |
| INFO global: VAGRANT_INSTALLER_ENV="1" | |
| INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/bin/vagrant" | |
| WARN global: resolv replacement has not been enabled! | |
| DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/synced_folders/nfs/plugin.rb |