This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2021-04-09 10:38:55] ./configure | |
current path: /var/lib/buildkite-agent/.rvm/src/ruby-3.0.1 | |
GEM_PATH=/var/lib/buildkite-agent/.rvm/gems/ruby-3.0.0:/var/lib/buildkite-agent/.rvm/gems/ruby-3.0.0@global | |
GEM_HOME=/var/lib/buildkite-agent/.rvm/gems/ruby-3.0.0 | |
PATH=/var/lib/buildkite-agent/.rvm/gems/ruby-3.0.0/bin:/var/lib/buildkite-agent/.rvm/gems/ruby-3.0.0@global/bin:/var/lib/buildkite-agent/.rvm/rubies/ruby-3.0.0/bin:/var/lib/buildkite-agent/vcpkg:/var/lib/buildkite-agent/.gvm/pkgsets/go1.16.2/global/bin:/var/lib/buildkite-agent/.gvm/gos/go1.16.2/bin:/var/lib/buildkite-agent/.gvm/pkgsets/go1.16.2/global/overlay/bin:/var/lib/buildkite-agent/.gvm/bin:/var/lib/buildkite-agent/.gvm/bin:/var/lib/buildkite-agent/.pyenv/plugins/pyenv-virtualenv/shims:/var/lib/buildkite-agent/.pyenv/shims:/var/lib/buildkite-agent/.pyenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/var/lib/buildkite-agent/n/bin:/var/lib/buildkite-agent/.rvm/bin | |
command(4): ./configure --prefix= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: utf-8 | |
require 'sanitize' | |
class Sanitize | |
module Config | |
MORE_RELAXED = freeze_config( | |
:elements => Sanitize::Config::BASIC[:elements] + %w[ | |
address article aside bdi bdo body caption col colgroup data del div | |
figcaption figure footer h1 h2 h3 h4 h5 h6 head header hgroup hr html | |
img ins main nav rp rt section span style summary sup table tbody |
Improved YARD CHEATSHEET http://yardoc.org
forked from https://gist.github.com/chetan/1827484 which is from early 2012 and contains outdated information.
Templates to remind you of the options and formatting for the different types of objects you might want to document using YARD.
Hey! I saw this has been indexed by the search engines. It is a first draft of a post I ended up publishing on my blog at: Scaling PostgreSQL With Pgpool and PgBouncer
Thanks for stopping by!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"emoji": "😀" | |
, "description": "grinning face" | |
, "category": "Smileys & Emotion" | |
, "aliases": [ | |
"grinning" | |
] | |
, "tags": [ | |
"smile" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": { | |
"gen-typings": "yarn run tsm app/javascript/**/*.scss", | |
"watch-typings": "yarn run tsm app/javascript/**/*.scss -w" | |
}, | |
"dependencies": { | |
"@babel/polyfill": "^7.4.0", | |
"@babel/preset-react": "^7.0.0", | |
"@rails/webpacker": "^4.0.2", | |
"@types/deepmerge": "^2.2.0", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This task will notify Sentry via their API[1] that you have deployed | |
# a new release. It uses the release timestamp as the `version` | |
# (like 20151113182847) and the git ref as the optional `ref` value. | |
# | |
# This task requires several environment variables be set (or just | |
# hardcode the values in here if you like living on the edge): | |
# | |
# ENV['SENTRY_API_ENDPOINT'] : API endpoint, https://app.getsentry.com | |
# ENV['SENTRY_ORG'] : the organization for this app | |
# ENV['SENTRY_PROJECT'] : the project for this app |
NewerOlder