Skip to content

Instantly share code, notes, and snippets.

View samajammin's full-sized avatar
🏗️
Under construction

Sam Richards samajammin

🏗️
Under construction
View GitHub Profile
8:19:23 AM: Build ready to start
8:19:23 AM: The following environment variables have been removed from this build to keep them secret:
8:19:23 AM: - ALGOLIA_ADMIN_KEY
8:19:23 AM: - CAPTCHA_SECRET
8:19:23 AM: - CROWDIN_API_KEY
8:19:23 AM: - FAUCET_PRIVATE_KEY
8:19:23 AM: - GATSBY_ALGOLIA_SEARCH_KEY
8:19:23 AM: - GITHUB_TOKEN
8:19:25 AM: build-image version: 09c2cdcdf242cf2f57c9ee0fcad9d298fad9ad41
8:19:25 AM: build-image tag: v3.5.0
import React from "react"
import styled from "styled-components"
import Highlight, { defaultProps } from "prism-react-renderer"
import CopyToClipboard from "./CopyToClipboard"
import { FakeButton } from "./SharedStyledComponents"
import Emoji from "../components/Emoji"
const CopyCode = styled(FakeButton)`
padding-top: 0.25rem;
import React from "react"
import { Twemoji } from "react-emoji-render"
import styled from "styled-components"
const Emoji = ({
size = 1.5,
text,
marginLeft = 0,
marginRight = 0,
marginBottom = 0,
code --install-extension abusaidm.html-snippets
code --install-extension akamud.vscode-theme-onedark
code --install-extension akamud.vscode-theme-onelight
code --install-extension AzBlockchain.azure-blockchain
code --install-extension beaugunderson.solidity-extended
code --install-extension bodil.prettier-toml
code --install-extension BriteSnow.vscode-toggle-quotes
code --install-extension bung87.rails
code --install-extension bung87.vscode-gemfile
code --install-extension bungcip.better-toml

In your terminal, from the project root...

git fetch upstream

git checkout master

git merge upstream/master

No we're up to date

const arr = [1, 2, 3, 2, 1, 4, 5, 6];
const lowestUnique = (arr) => {
let lowest = 10;
let highestLowDupe = 0;
for (let i = 0; i < arr.length; i++) {
const currentValue = arr[i];
for (let j = 0; j < arr.length; j++) {

Lowball

Installation

Ensure your development environment is ready. Follow these instructions to check.

Clone this repository and run yarn.

Development

npx lerna bootstrap --hoist
lerna notice cli v3.10.5
lerna info versioning independent
lerna info Bootstrapping 2 packages
lerna WARN EHOIST_PKG_VERSION "editor" package depends on @types/node@^10.12.21, which differs from the hoisted @types/node@^9.4.5.
lerna WARN EHOIST_PKG_VERSION "editor" package depends on mocha@^5.2.0, which differs from the hoisted mocha@^6.2.0.
lerna WARN EHOIST_PKG_VERSION "editor" package depends on typescript@^3.2.2, which differs from the hoisted typescript@^3.2.4.
lerna info Installing external dependencies
lerna info hoist Installing hoisted dependencies into root
lerna info hoist Pruning hoisted dependencies
4:25:20 PM: Build ready to start
4:25:24 PM: build-image version: 9e0f207a27642d0115b1ca97cd5e8cebbe492f63
4:25:24 PM: build-image tag: v3.3.2
4:25:24 PM: buildbot version: a2bab682ae0761baa4d123ebd00c57be933655dc
4:25:25 PM: Fetching cached dependencies
4:25:25 PM: Starting to download cache of 254.9KB
4:25:25 PM: Finished downloading cache in 86.483353ms
4:25:25 PM: Starting to extract cache
4:25:25 PM: Failed to fetch cache, continuing with build
4:25:25 PM: Starting to prepare the repo for build
4:18:28 PM: Build ready to start
4:18:32 PM: build-image version: 9e0f207a27642d0115b1ca97cd5e8cebbe492f63
4:18:32 PM: build-image tag: v3.3.2
4:18:32 PM: buildbot version: a2bab682ae0761baa4d123ebd00c57be933655dc
4:18:32 PM: Fetching cached dependencies
4:18:32 PM: Starting to download cache of 172.0MB
4:18:33 PM: Finished downloading cache in 1.029143475s
4:18:33 PM: Starting to extract cache
4:18:40 PM: Finished extracting cache in 6.445025926s
4:18:40 PM: Finished fetching cache in 7.670196483s