Skip to content

Instantly share code, notes, and snippets.

View andrewdc's full-sized avatar
💭
winning so much at the cyber

Andrew Colclough andrewdc

💭
winning so much at the cyber
View GitHub Profile
@andrewdc
andrewdc / sapper import export top level error fix
Created May 29, 2020 21:58
fixes Sapper Client connect(port) failure
https://github.com/sveltejs/sapper/issues/1151#issuecomment-612815571
As mentioned above, going to node_modules/sapper/sapper-dev-client.js and changing
export function connect(port) {
if (source || !window.EventSource) return;
To
@andrewdc
andrewdc / zconf-stuff
Created June 11, 2020 19:41
sample zconf
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# export PATH="$HOME/.npm-packages/bin:$PATH"
# export PATH="$HOME/.node/bin:$PATH"
# export PATH="$HOME/usr/local/bin:$PATH"
export PATH="$HOME/usr/local/bin:$PATH"
# Path to your oh-my-zsh installation.
# export ZSH="/Users/andrew.colclough/.oh-my-zsh"
ZSH_DISABLE_COMPFIX="true"