Skip to content

Instantly share code, notes, and snippets.

View VizualAbstract's full-sized avatar
📸
Haters will say this is Photoshopped

Corey Matthew Capetillo VizualAbstract

📸
Haters will say this is Photoshopped
View GitHub Profile
Pull request #11789 updated
19:46:40 Connecting to https://api.github.com using github-token
Obtained ci/TestJenkinsfile from 763ca504b0341a063692334aafba2e14d570c475+8cddda12c259d3de97046d9b168e98cf8f186212 (84de0ba1c910b946c052ac9beaf08d11aa7db2d8)
Loading library siloSharedLibs@add-set-e2e-test-tag
Examining silo-technologies/jenkins-libraries
Attempting to resolve add-set-e2e-test-tag as a branch
Resolved add-set-e2e-test-tag as branch add-set-e2e-test-tag at revision 65e3554fc23b25132d7997b15afa5f39344d050f
The recommended git tool is: NONE
using credential github-token
> git rev-parse --resolve-git-dir /var/jenkins-home/workspace/ontend_end-to-end-tests_PR-11789@libs/8c3787349159e7f293afd53f26cd251c154ae580288387536bd74f1ca2cfcf8d/.git # timeout=10
@VizualAbstract
VizualAbstract / justify-vs-text-alig.md
Last active August 19, 2021 17:09
justify-content vs text-align

justify-content vs text-align

Goes over the issues with using flex box to align inline elements vs block elements

Description

When table cells for header and body content utilize the flex box, they commonly use justify-content: flex-end for aligning items to the right.

There's nothing inherently wrong with this method, as it behaves as expected when aligning block-level elements.

@VizualAbstract
VizualAbstract / token-security.md
Last active December 10, 2019 06:12
Instructions for adding token security

Token security

ReCharge supports the usage of a special, expiring token as a way to strengthen a customer's account security.

How does it work?

When a user signs in to manage their account, a token will be generated, assigned to their account, and appened to the URL. This token will be used while they navigate through pages and make requests. If an attempt is made to access an account without either a token or using an unauthorized-token, the request will be denied and a redirect will occur to the login/token request page.

ReCharge will handle generating a token, emailing it, and verifying authorized tokens against the customer account. It will even perform redirects if an incorrect token is used.

[
{
handle: 'bricks',
id: 10792964429,
subscription_only: false,
variant_to_duplicate: {
44870735309: 20287304007739,
@VizualAbstract
VizualAbstract / developer_resources.md
Last active April 8, 2019 18:34
Developer resources
@VizualAbstract
VizualAbstract / team_charter.md
Last active August 24, 2022 02:14
Frontend team charter
*ANNOUNCEMENTS:* Deployed changes
*ACTION: file or function - action description*
For a description of the changes, please see previous "Upcoming changes" announcement
@VizualAbstract
VizualAbstract / announce_upcoming_change
Created December 6, 2018 17:35
Announcement: Upcoming changes
*ANNOUNCEMENTS:* Upcoming changes
*ACTION: file or function - action description*
`Who does this affect?`
Brief description
`Does this affect current stores?`
@VizualAbstract
VizualAbstract / apple_pay_notes.md
Created October 9, 2018 17:01
# For Apple Pay implementation (frontend)

For Apple Pay implementation (frontend)

by Corey

Payment Request Button

  • Upgrade Stripe JS api from v2 to v3
    • https://js.stripe.com/v3/
  • Add Stripe Element
  • ``
@VizualAbstract
VizualAbstract / frontend_notes.md
Last active September 25, 2018 16:49
Des and Frontend notes