Skip to content

Instantly share code, notes, and snippets.

View faqndo97's full-sized avatar
😎
Doing the future

Facundo Espinosa faqndo97

😎
Doing the future
  • Montevideo, Uruguay
  • 19:28 (UTC -03:00)
  • X @faqndoE97
View GitHub Profile
@faqndo97
faqndo97 / bug_template.md
Created October 4, 2025 04:23 — forked from automationhacks/bug_template.md
Bug template to help in writing clear bug reports

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Expected behavior

A clear and concise description of what you expected to happen.

Priority

What is the impact of this bug on the user, how critical is to fix? P0, P1 .. P4

@faqndo97
faqndo97 / 01-shape-up-to-kindle.md
Created January 4, 2023 21:08 — forked from jesstelford/01-shape-up-to-kindle.md
Read SHAPE UP by basecamp on a Kindle / reMarkable / eReader

Read Shape Up by basecamp on a kindle / reMarkable / eReader

Basecamp's new book Shape Up is now available online (https://basecamp.com/shapeup) to read page-by-page.

There is a .pdf version, but that's not the best format for Kindle / other eReaders. Instead, we can convert the page-by-page into an eReader friendly format.

Part 1: Convert to a single page

NOTE: This has only been tested on Chrome

# config/models/tasks.yml
default: &default
first_task:
name: 'asdf'
development:
<<: *default
staging:
<<: *default
production:
Find the last commit that affected the given path. As the file isn't in the HEAD commit, this commit must have deleted it.
git rev-list -n 1 HEAD -- app/controllers/mailings_controller.rb
@faqndo97
faqndo97 / .vimrc
Last active October 30, 2018 01:17
My vimrc config
""""""""""""""""""""""""""""""""""""""""""
" On init "
""""""""""""""""""""""""""""""""""""""""""
syntax on " Turn on syntax highlight
""""""""""""""""""""""""""""""""""""""""""
" Plug config "
""""""""""""""""""""""""""""""""""""""""""
call plug#begin()