Skip to content

Instantly share code, notes, and snippets.

View evanlouden's full-sized avatar

Evan Louden evanlouden

View GitHub Profile

Original Instrumental


  • Bad Kitty
  • Big O
  • Colorado
  • Dirty Spoons
  • Fire Marshall
  • I-5
  • Ricksha
  • Sidecar
@evanlouden
evanlouden / proposal.md
Last active January 5, 2021 19:54
Proposal Template

Context

The more specific the better. Link to an example or precise description of a potential example.
When, where and how did this happen? List information that would be helpful in deciding the solution.

Issue

Less general. More specific. Try to limit the scope of the issue as much as is reasonable.

Proposal

Less general. More specific. Clear explanation of proposed solution.
@evanlouden
evanlouden / gist:bad53ee619dbff3be4d40a317e54ceae
Created December 10, 2020 14:03
Standard RB pre-commit hook
FILES=$(git diff --cached --name-only --diff-filter=ACMR "*.rb"| sed 's| |\\ |g')
[ -z "$FILES" ]
echo "$FILES" | xargs bundle exec standardrb --fix
echo "$FILES" | xargs git add
<!DOCTYPE html>
<html>
<head>
<title>PDF</title>
<%= wicked_pdf_stylesheet_link_tag "print" -%>
</head>
<body>
<div class='container'>
<%= yield %>
</div>