{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"$id": "https://json.schemastore.org/github-action.json", | |
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions", | |
"additionalProperties": false, | |
"definitions": { | |
"expressionSyntax": { | |
"$comment": "escape `{` and `}` in pattern to be unicode compatible (#1360)", | |
"type": "string", | |
"pattern": "^\\$\\{\\{(.|[\r\n])*\\}\\}$" |
Demonstrate how to find the dimensions of both forms
A product is packaged in two common ways -- both have the same volume (~7.4 cu in / 120 cc), with Form A one-fifth wider on two sides (0.25”x0.25” / 0.6cm more); Form B sticks out an extra (1.5" / 4cm).
Let's break down how to find the dimensions of both Form A and Form B.
Count | Tradelist Count | Name | Edition | Condition | Language | Foil | Tags | Last Modified | Collector Number | Alter | Proxy | Purchase Price | Vendor | Game | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 0 | Sarpadian Empires, Vol. VII | TSP | TSP | Lightly Played | en | non-foil | 12/9/2012 | 310 | FALSE | 0.14 | TCG | MtG |
// --- path: src/graphql/AuthExchange.js | |
import _ /**/ from 'lodash' | |
import * as Urql from 'urql' | |
import { authExchange } from '@urql/exchange-auth' | |
import { Auth } from 'aws-amplify' | |
import { Buffer } from 'buffer' | |
// | |
import * as Utils from '../utils' | |
import AppConfig from '../utils/AppConfig' | |
import * as SessionContext from '../auth/SessionContext' |
FROM node:18.9-alpine3.15 | |
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser | |
RUN apk add --no-cache chromium nss freetype harfbuzz ca-certificates ttf-freefont ttf-freefont curl gnupg bash dumb-init tar git git-lfs ruby jq python3 postgresql-client nano | |
RUN addgroup -S tkapi && adduser -S -G tkapi tkapi | |
WORKDIR /home/tkapi | |
COPY md2pdf2wtf/ /home/tkapi/md2pdf2wtf/ |
// make directories for 'tests' and 'src'. | |
// put this file in the base of your project; | |
// put all of your code in ./src and all of your tests in ./tests. | |
module.exports = { | |
roots: [ | |
'tests', | |
'src', | |
], |
- Install all the things:
brew install kafka zookeeper maven openjdk
- Make a directory for plugins:
mkdir -p /usr/local/share/kafka/plugins
- Edit the file
/usr/local/etc/kafka/connect-standalone.properties
and uncomment the line setting up a plugin path:plugin.path=/usr/local/share/java,/usr/local/share/kafka/plugins,/opt/connectors
- Start all the things:
brew services start zookeeper
andbrew services start kafka
{ | |
"main": "node_modules/expo/AppEntry.js", | |
"version": "0.0.3", | |
"scripts": { | |
"start": "expo start", | |
"android": "expo start --android", | |
"ios": "expo start --ios", | |
"web": "expo start --web", | |
"eject": "expo eject", | |
"test": "jest --watchAll", |
Here are some repeatable catchphrases that I’ve learned help startups make decisions. I’d love your feedback on what to add to the list, or what didn’t make any sense.
I mentor in alternate Mondays on the 16th floor at Capital Factory, and I’m glad to set up alternate times if that doesn’t work. Feel free to share this list with others.
Every startup founder should read Running Lean and most of Jason Cohen's Blog. More recommended books are below.