Skip to content

Instantly share code, notes, and snippets.

/* The custom css for https://boards.greenhouse.io/supabase */
:root {
--brand-color: #3bd08f;
--light-brand-color: #3bd08f66;
--background-color: #181818;
--light-background-color: #1e1e1e;
--border-color: #2a2a2a;
--footer-color: #181818;
--main-text-color: #ebebeb;
--highlight-text-color: #6ee7b7;
@kiwicopple
kiwicopple / docker-compose.yml
Created September 21, 2021 06:49
Filter Postgres executions using Vector
version: "3.9"
services:
vector:
image: timberio/vector:0.16.1-debian
ports:
- "8383:8383"
volumes:
- ./vector.toml:/etc/vector/vector.toml:ro
- ./:/logs:z
@kiwicopple
kiwicopple / javascript.json
Last active October 16, 2018 03:22
VS Code snippets
{
"Print to console": {
"prefix": "l",
"body": [
"console.log('${1:variable}', ${1:variable})"
],
"description": "Log output to console"
},
"Create JS comment (long)": {
"prefix": "///",
defmodule XXX.YYY.Country do
use Ecto.Schema
import Ecto.Changeset
alias XXX.YYY.Country
@primary_key {:iso2, :string, []}
@derive {Phoenix.Param, key: :iso2}
schema "countries" do
field :iso3, :string
field :name, :string

Keybase proof

I hereby claim:

  • I am kiwicopple on github.
  • I am copple (https://keybase.io/copple) on keybase.
  • I have a public key ASCIXmFk4Pyk8SWYmL68UrW3FmwJMpKlYI_s9cX0K-FaNAo

To claim this, I am signing this object:

@kiwicopple
kiwicopple / javascript.js
Created September 27, 2017 10:11
VS Code Javascript Snippets
{
// Place your snippets for JavaScript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"Print to console": {
"prefix": "l",
"body": [
@kiwicopple
kiwicopple / rn-i18n-locale-identifiers.csv
Last active September 9, 2017 09:46 — forked from ndbroadbent/rn-i18n-locale-identifiers.csv
React Native i18n Locale Identifiers
Locale Identifier Description
af Afrikaans
af-NA Afrikaans (Namibia)
af-ZA Afrikaans (South Africa)
agq Aghem
agq-CM Aghem (Cameroon)
ak Akan
ak-GH Akan (Ghana)
am Amharic
am-ET Amharic (Ethiopia)