I hereby claim:
- I am arthyn on github.
- I am arthyn (https://keybase.io/arthyn) on keybase.
- I have a public key ASCLfmGj4u2BnqXrmqTjID4LQitUcFzgZxiSZv0OQ8e42go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
try{Typekit.load({ async: true });}catch(e){} |
/** | |
* Function: runWithDebugger | |
* Runs callback with debugger initiated | |
* | |
* Params: | |
* callback - the function you want to debug | |
* args - the array of arguments being passed to the callback | |
* Return: | |
* result of callback | |
*/ |
(function() { | |
var libraryStorage = {}; | |
var Library = function(dependencies, callback) { | |
this.dependencies = dependencies; | |
this.generator = callback; | |
}; | |
function retreiveLibrary(libraryName) { | |
var library = libraryStorage[libraryName]; |
import { useEffect } from 'react'; | |
import { useLastLocation } from 'react-router-last-location'; | |
import create from 'zustand'; | |
type LocationMap = { | |
[key: string]: string | undefined; | |
}; | |
type HistoryStore = { | |
locations: LocationMap; |
diff --git a/pkg/interface/src/logic/lib/suspend.ts b/pkg/interface/src/logic/lib/suspend.ts | |
index 1d6d5f4688..63e497afa9 100644 | |
--- a/pkg/interface/src/logic/lib/suspend.ts | |
+++ b/pkg/interface/src/logic/lib/suspend.ts | |
@@ -4,7 +4,7 @@ export interface Suspender<T> { | |
read: () => T; | |
} | |
-export function suspend<T>(awaiting: Promise<T>): Suspender<T> { | |
+export function suspend<T>(awaiting: Promise<T>, defaultValue?: any): Suspender<T> { |
git lfs install && git lfs checkout
in the urbit repo for pillsurbit -F zod -B /path/to/urbit-repo/bin/solid.pill
|merge %garden our %base
|mount %garden
|merge %homestead our %base
|mount %homestead
rsync -avL --delete pkg/base-dev/* ~/zod/garden/
we delete here to clear the directory=, scr:crypto | |
|_ [reg=@t secret=@t key=@t now=@da] | |
+$ purl purl:eyre | |
++ auth-dbg | |
|= =request:http | |
=/ canonical (canonical request) | |
=/ digest (hash (crip canonical)) | |
=/ contract (contract request digest) | |
:* canonical=canonical | |
digest=digest |