Skip to content

Instantly share code, notes, and snippets.

import { reactive } from 'vue';
import axios from 'axios';
const airtableAxios = axios.create({
baseURL: 'https://...',
headers: {
'Content-Type': 'application/json',
},
});
*,::after,::before{box-sizing:border-box;box-sizing:border-box;border:0 solid #e5e7eb}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{margin:0;font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji'}hr{height:0;color:inherit;border-top-width:1px}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;padding:0;line-height:inherit;color:inherit}button,select{text-transform:none}[type=button],button{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{bac
function e(e,t){const n=Object.create(null),r=e.split(",");for(let e=0;e<r.length;e++)n[r[e]]=!0;return t?e=>!!n[e.toLowerCase()]:e=>!!n[e]}const t=e("Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl"),n=e("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function r(e){if(_(e)){const t={};for(let n=0;n<e.length;n++){const o=e[n],s=r(T(o)?a(o):o);if(s)for(const e in s)t[e]=s[e]}return t}if(O(e))return e}const o=/;(?![^(]*\))/g,s=/:(.+)/;function a(e){const t={};return e.split(o).forEach((e=>{if(e){const n=e.split(s);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}function i(e){let t="";if(T(e))t=e;else if(_(e))for(let n=0;n<e.length;n++)t+=i(e[n])+" ";else if(O(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function c(e,t){if(e===t)return!0;let n=A(e),r=A(t);if(n||r)return!(!n||!r)&&e.getTime()===t.getTime();if(n=_(e),r=_(t),n||r)return!(!n||
{"v":"5.5.2","fr":29.9700012207031,"ip":0,"op":150.000006109625,"w":970,"h":640,"nm":"Layer 2/City Stage","ddd":0,"assets":[{"id":"image_0","w":970,"h":640,"u":"images/","p":"img_0.png","e":0}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 59/City Stage Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[485,320,0],"ix":2},"a":{"a":0,"k":[485,320,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-14.07,26.033],[-14.07,-9.781],[14.07,-26.033],[14.07,9.781]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.109999997008,0.141000007181,0.184000007779,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[631.787,436.289],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"
@pi-ron
pi-ron / SketchSystems.spec
Created October 1, 2018 22:42
My Awesome Sketch
My Awesome Sketch
First State
some event -> Second State
Second State
Unhandled rejection Error: code: 1, msg: npm ERR! Darwin 14.5.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "kalabox-engine-docker@0.10.0"
npm ERR! node v0.10.31
npm ERR! npm v2.11.0
npm ERR! version not found: kalabox-engine-docker@0.10.0
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
<?php
/**
* Convert Text formats, change all Story Timeline nodes from panopoly text formats to parcel text formats.
*/
function feature_controller_update_1022(&$sandbox) {
// If this is the first pass through this update function then set some variables.
if (!isset($sandbox['total'])) {
$result = db_query("SELECT id FROM eck_weblink WHERE type='weblink'");
$sandbox['total'] = $result->rowCount();