Skip to content

Instantly share code, notes, and snippets.

View kaiomagalhaes's full-sized avatar
🦑
Hunting giant octopuses

Kaio Magalhães kaiomagalhaes

🦑
Hunting giant octopuses
View GitHub Profile
When submitting a pull request to, we ask that you squash your commits before we merge. Assuming that you are in a branch different from develop.
In your terminal, do the following:
Make sure your branch is up to date with the develop branch.
1. git pull origin develop --rebase
Start the rebase
2. git rebase -i develop.
You should see a list of commits, each commit starting with the word "pick".
3. Make sure the first commit says "pick" and change the rest from "pick" to "squash". -- This will squash each commit into the previous commit, which will continue until every commit is squashed into the first commit.
$primary-color: #3BC6FB;
$secondary-color: #431F92;
$complementary-color: #101378;
$supportive-color: #FF475D;
$white-color: #FFFFFF;
$grey16-color: #E9ECEC;
$grey80-color: #384042;
$lightblue-color: #F0F8F9;
$mediumblue-color: #394ABC;
@import url('https://rsms.me/inter/inter.css');
$font-stack: 'Inter', sans-serif;
html {
font-family: $font-stack;
}
h1 {
font-size: 3.5rem;
@kaiomagalhaes
kaiomagalhaes / roadrunner.md
Last active March 11, 2021 20:44
Codelitt's Roadrunner commands

I am only the messenger, but here is my manual!

It looks like you already know about the help command, good job!

Features

Spotchecks

1. 👀 Jira Spotcheck

  • Where: any channel
  • Summary: Sends you a private message with a random list of cards in progress across all the jira boards
# Updated by Siege %_VERSION%, %_DATE%
# Copyright 2000-2016 by %_AUTHOR%
#
# Siege configuration file -- edit as necessary
# For more information about configuring and running this program,
# visit: http://www.joedog.org/
#
# Variable declarations. You can set variables here for use in the
# directives below. Example:
//1000 ms is a maximum allowed value according to requirements
maximumResponseTime = 1000;
//100 is a number of sent requests according to requirements
iterations = 800;
//100 ms is a delay between requests according to requirements
//responseTimes is an array for collecting response time values
responseTimes = [];
i = 0;
while (i < iterations) {
//1000 ms is a maximum allowed value according to requirements
maximumResponseTime = 1000;
//100 is a number of sent requests according to requirements
iterations = 850;
//100 ms is a delay between requests according to requirements
//responseTimes is an array for collecting response time values
responseTimes = [];
i = 0;
while (i < iterations) {
//100 is a number of sent requests according to requirements
iterations = 710;
//100 ms is a delay between requests according to requirements
//responseTimes is an array for collecting response time values
responseTimes = [];
i = 0;
while (i < iterations) {
i++;
sendRequest()
#
# SSL-timeout: This option sets a connection timeout for the ssl library
# ex: ssl-timeout = 30
#
# ssl-timeout =
#
# SSL-ciphers
# You can use this feature to select a specific ssl cipher for HTTPs. To
# view the ones available with your library run the following command:
#
# SSL-timeout: This option sets a connection timeout for the ssl library
# ex: ssl-timeout = 30
#
# ssl-timeout =
#
# SSL-ciphers
# You can use this feature to select a specific ssl cipher for HTTPs. To
# view the ones available with your library run the following command: