Skip to content

Instantly share code, notes, and snippets.

View brockklein's full-sized avatar

Brock Klein brockklein

View GitHub Profile
@brockklein
brockklein / .gmrc.js
Created July 14, 2021 00:28
Example .gmrc.js file for graphile-migrate
if (process.env.NODE_ENV !== 'production') require('dotenv').config()
/*
* Graphile Migrate configuration.
*
* If you decide to commit this file (recommended) please ensure that it does
* not contain any secrets (passwords, etc) - we recommend you manage these
* with environmental variables instead.
*
* This file is in JSON5 format, in VSCode you can use "JSON with comments" as
@brockklein
brockklein / locations.component.html
Created April 10, 2017 03:03
Issue with angular2-google-maps
<!-- Also reduced for readability. -->
<div style="padding: 20px;">
<div class="row">
<h4 style="color: grey;">Locations</h4>
</div>
<div class="row">
<div class="col s12">
<ul class="tabs" materialize="tabs">