// TODO
deps: ghc-zlib ghc-zlib-devel cc gcc-c++ gmp gmp-devel make ncurses ncurses-compat-libs xz perl
utils: neovim python3-pip python3 pynvim
install ghcup
// TODO
deps: ghc-zlib ghc-zlib-devel cc gcc-c++ gmp gmp-devel make ncurses ncurses-compat-libs xz perl
utils: neovim python3-pip python3 pynvim
install ghcup
import { Nothing, Just } from "https://jspm.dev/purify-ts/Maybe" | |
import { List } from "https://jspm.dev/purify-ts/List" | |
import { Tuple } from "https://jspm.dev/purify-ts/Tuple" | |
import { pipe } from "https://jspm.dev/fp-ts/pipeable" | |
// === String Helpers === | |
// to replace those found w/ `lodash` that don't really support `Maybe` | |
// inspired by https://github.com/NoRedInk/haskell-libraries/blob/trunk/nri-prelude/src/Text.hs | |
export const String = { |
Install per your systems instructions
in pg_hba.conf
file, set localhost
authentication to peer
w/o this, I can't friggin log into postgres user ¯\_(ツ)_/¯
const attachDebounce =
(target: EventTarget & HTMLInputElement,
eventAsString: string,
handleEmittedValue: (input: string) => any) => {
if (!target.hasAttribute('data-debounce-input-attached')) {
target.setAttribute('data-debounce-input-attached', '')
fromEvent(target, eventAsString)
.pipe(
map(e => (e.target as any).innerText),
In .bashrc
export PIPENV_VENV_IN_PROJECT=1
export PIPENV_IGNORE_VIRTUALENVS=1
In vscode project
pipenv --python 3.6
(or whatever version)
pipenv shell
(vscode and pipenv should know where the .venv
folder is)
pipenv install ...
https://askubuntu.com/a/754733
email: your email
pass: your password
expand 'custom'
user: your email
server: "outlook.office365.com"