I hereby claim:
- I am scarabaeus on github.
- I am steve_gomez (https://keybase.io/steve_gomez) on keybase.
- I have a public key ASB2uWkCGpRXTzju2IXs0BfaLbCV_7afbyI_d8uT3130Ego
To claim this, I am signing this object:
| // Photoshop Script to Create iPhone Icons image (Specifically matching NativeScript icon names.) | |
| // Original: https://gist.github.com/appsbynight/3681050 | |
| // Turn debugger on. 0 is off. | |
| // $.level = 1; | |
| try | |
| { | |
| // Prompt user to select iTunesArtwork file. Clicking "Cancel" returns null. | |
| var iTunesArtwork = File.openDialog("Select a sqaure PNG file that is at least 1024x1024.", "*.png", false); |
| const assetDetailPage = {} | |
| const fetchMachine = Machine({ | |
| id: '/assets/:id', | |
| initial: 'loadingAsset', | |
| context: { | |
| pageTitle: '', | |
| loadingAsset: true, | |
| name: '', | |
| locale: '', |
I hereby claim:
To claim this, I am signing this object:
| const showNotifications = false; | |
| const showExceptions = false; | |
| const showSkipEvents = false; | |
| const forwardOnlySkips = true; | |
| const notificationActions = (stepName) => showNotifications ? ([`Send ${stepName} SMS`, `Send ${stepName} Email`, `Send ${stepName} Via Other`]) : ([]); | |
| const claimDispositionActions = notificationActions('Claim Disposition'); | |
| const postMessage = (messageName) => ([messageName]); | |
| const fetchMachine = Machine({ | |
| id: 'Single Party Pole Hit', | |
| initial: 'Claim Created', | |
| context: { | |
| retries: 0 | |
| }, | |
| states: { |
| const fetchMachine = Machine({ | |
| id: 'Mock One', | |
| initial: 'entryPoint', | |
| context: { | |
| retries: 0 | |
| }, | |
| states: { | |
| 'entryPoint': { | |
| on: { |
| const fetchMachine = Machine({ | |
| id: 'fetch', | |
| initial: 'WELCOME SCREEN', | |
| context: {}, | |
| states: { | |
| 'WELCOME SCREEN': { | |
| on: { | |
| 'STEP 1': 'STEP ONE SCREEN' | |
| } | |
| }, |
| // https://xstate.js.org/viz/?gist=f48e92c2eca22f9af7eeb1b9ce8cebfa | |
| const fetchMachine = Machine({ | |
| id: 'toggle', | |
| initial: 'paymentAgreement', | |
| context: { | |
| paymentMethod: '', | |
| debitMaximum: 50000, | |
| checkMinimum: 100, |
.dmg file that you just downloaded./Applications folder. (Unless you want the other apps as well.)git config --global diff.tool p4merge
git config --global difftool.p4merge.path /Applications/p4merge.app/Contents/MacOS/p4merge
| const fetchMachine = Machine({ | |
| id: 'Shopping Cart Checkout', | |
| initial: 'SERVICE_CALL', | |
| context: {}, | |
| states: { | |
| 'SERVICE_CALL': { | |
| invoke: { | |
| id: 'getData', | |
| src: 'getMockData', | |
| onDone: { |