Skip to content

Instantly share code, notes, and snippets.

View mrflip's full-sized avatar

Philip (flip) Kromer mrflip

View GitHub Profile
{
"$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])*\\}\\}$"
We couldn’t find that file to show.

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
@mrflip
mrflip / AuthExchange.js
Last active November 7, 2022 23:31
URQL + AWS Cognito Auth code
// --- 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'
@mrflip
mrflip / Dockerfile-md2pdf2wtf
Last active October 31, 2022 21:42
md-to-pdf on alpine node box demonstrated
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/
@mrflip
mrflip / jest.config.cjs
Created October 25, 2022 20:08
Make chai and jest be friends
// 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',
],
@mrflip
mrflip / BasicInstructions.md
Last active March 28, 2024 12:34
Running debezium and kafka connect locally with homebrew

Running Debezium / Kafka Connect locally with homebrew

Initial setup

  • 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 and brew 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",
@mrflip
mrflip / Tao Te Chimp.md
Last active September 14, 2020 17:44
Tao Te Chimp: Repeatable Decision Principles for Startups

Tao Te Chimp

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.

Fundamental Law of Startups