- Clone or pull latest homestead and urbit repos if you haven't , making sure you've run
git lfs install && git lfs checkout
in the urbit repo for pills - Boot a fake ship if you haven't making sure to use:
urbit -F zod -B /path/to/urbit-repo/bin/solid.pill
- Create new desks
|merge %garden our %base
|mount %garden
|merge %homestead our %base
|mount %homestead
- From the urbit repo:
rsync -avL --delete pkg/base-dev/* ~/zod/garden/
we delete here to clear the directory
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
=, 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 |
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
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> { |
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
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; |
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
(function() { | |
var libraryStorage = {}; | |
var Library = function(dependencies, callback) { | |
this.dependencies = dependencies; | |
this.generator = callback; | |
}; | |
function retreiveLibrary(libraryName) { | |
var library = libraryStorage[libraryName]; |
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
/** | |
* 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 | |
*/ |
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
try{Typekit.load({ async: true });}catch(e){} |
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: