Skip to content

Instantly share code, notes, and snippets.

View justinjdickow's full-sized avatar

Justin Dickow justinjdickow

View GitHub Profile
@justinjdickow
justinjdickow / roam-templates.md
Created April 1, 2021 10:34
New Pitch Template - Roam Research - Shape Up
  • New Pitch
    • Origin::
    • Motivation::
    • Problem::
    • Observations::
    • Causes::
    • Solution::
    • Patterns::
    • Fat Marker::
  • Breadboard::
@justinjdickow
justinjdickow / Gemfile
Created June 24, 2020 22:30 — forked from dhh/Gemfile
HEY's Gemfile
ruby '2.7.1'
gem 'rails', github: 'rails/rails'
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data
# Action Text
gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra'
gem 'okra', github: 'basecamp/okra'
# Drivers
simpledateformat.cpp:598:24: error: out-of-line definition of 'addToken' does not match any declaration in 'log4cxx::helpers::SimpleDateFormat'
void SimpleDateFormat::addToken(const logchar spec, const int repeat, const std::locale * locale,
^~~~~~~~
../../../src/main/include/log4cxx/helpers/simpledateformat.h:82:84: note: type of 3rd parameter of member declaration does not match definition
('const std::locale *' vs 'const std::locale *' (aka 'const std::__1::locale *'))
static void addToken(const logchar spec, const int repeat, const std::locale* locale, PatternTokenList& pattern);
^
simpledateformat.cpp:706:24: error: out-of-line definition of 'parsePattern' does not match any declaration in 'log4cxx::helpers::SimpleDateFormat'
void SimpleDateFormat::parsePattern( const LogString & fmt, const std::locale * locale,
^~~~~~~~~~~~