Skip to content

Instantly share code, notes, and snippets.

View gallagherrchris's full-sized avatar

Chris Gallagher gallagherrchris

View GitHub Profile
@gallagherrchris
gallagherrchris / index.html
Created October 16, 2019 03:53
Implementation of the classic tents and trees game
<!doctype html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<meta content="utf-8" http-equiv="encoding" />
<title>Tents and Trees</title>
<style>
html,
body {
height: 100%;
@gallagherrchris
gallagherrchris / gist:b231905547b8035061821e5851b41876
Created October 1, 2019 21:45
Electron Rect Boilerplate Error
[email protected] postinstall C:\project\external\electron-react-boilerplate
> npm run flow-typed && electron-builder install-app-deps package.json && npm run build-dll && opencollective-postinstall
> [email protected] flow-typed C:\project\external\electron-react-boilerplate
> rimraf flow-typed/npm && flow-typed install --overwrite || true
[before-after-hook]: "Hook()" repurposing warning, use "Hook.Collection()". Read more: https://git.io/upgrade-before-after-hook-to-1.4
cli.js install - Installs libdefs into the ./flow-typed directory