Experimenting GitHubs new LaTeX support to render superscript and subscript.
You can create mathematical expressions including superscript, eg:
But you can also put plaintext into superscript, inline _
instead of ^
and looks
Experimenting GitHubs new LaTeX support to render superscript and subscript.
You can create mathematical expressions including superscript, eg:
But you can also put plaintext into superscript, inline _
instead of ^
and looks
import { config } from '@keystone-6/core'; | |
import { statelessSessions } from '@keystone-6/core/session'; | |
import { createAuth } from '@keystone-6/auth'; | |
import { list, graphql } from '@keystone-6/core'; | |
import { password, relationship, text, virtual } from '@keystone-6/core/fields'; | |
const lists = { | |
User: list({ | |
fields: { | |
name: text({ validation: { isRequired: true } }), |
#!/usr/bin/env bash | |
# Usage: | |
# create-email-alias.sh $URL_OR_DESC [$SLUG] | |
# Example: | |
# create-email-alias.sh "https://www.darwinsailingclub.com.au" dsc | |
# Results in: | |
# Email [email protected] -> [email protected], comment: "https://www.darwinsailingclub.com.au" | |
# Environment variables can be supplied at run time or set in ~/.forward-email |
-- Collision-resistant ids optimized for horizontal scaling and performance, for PL/PgSQL. | |
-- Based on https://github.com/ericelliott/cuid | |
-- Version 1.0.0 | |
-- Usage: SELECT cuid(); | |
-- BEGIN CONFIG --- | |
-- Put a unique host ID (int) here per server instance. | |
-- Once set, this value should not be changed. |
This explains how to configure ssh to allow repos on multiple GitHub or BitBucket accounts to be developed on the same dev environment.
It assumes MacOS.
Usually, when using SSH (with git or otherwise), you'll have a single key pair for the machine you're on (eg. id_rsa
).
You might also define some default ssh options in your .ssh/config
file.
Create some test files. I've assumed your filenames have a single "." character:
mkdir foo
touch foo/one.txt foo/two.txt foo/three.txt
If you list the files (ll foo
) you'll get something like:
I hereby claim:
To claim this, I am signing this object: