This file contains hidden or 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
/* HSLa */ | |
$alvai-blue: HSLa(210, 77%, 57%, 1); | |
$alvai-dark: HSLa(210, 29%, 24%, 1); | |
$alvai-rose: HSLa(356, 92%, 71%, 1); | |
$alvai-yellow: HSLa(43, 100%, 73%, 1); | |
$alvai-snow: HSLa(0, 0%, 98%, 1); | |
/* RGBA */ | |
$alvai-blue: rgba(60, 145, 230, 1); | |
$alvai-dark: rgba(44, 62, 80, 1); |
This file contains hidden or 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
clone() { git clone [email protected]:Alvai/"$1".git; } | |
useVenv() { source ~/.venvs/"$1"/bin/activate; } |
This file contains hidden or 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
import * as TriggerSweetAlert from 'sweetalert2'; | |
TriggerSweetAlert({ | |
title: 'Tu joues a quoi ?', | |
imageUrl: 'https://i.kym-cdn.com/photos/images/original/000/787/356/d6f.jpg', | |
imageAlt: 'confused Black Girl Meme', | |
}); |
This file contains hidden or 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
// For Testing | |
const isHeroku = () => { | |
if (process.env.NODE && process.env.NODE.indexOf('heroku') !== -1) { | |
return 'This is on Heroku'; | |
} | |
return 'This is not on Heroku'; | |
}; | |
// Not testing | |
const isHeroku = () => process.env.NODE && process.env.NODE.indexOf('heroku') !== -1; |
This file contains hidden or 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
const capitalize = (string) => { | |
return string[0].toUpperCase() + string.slice(1); | |
}; | |
capitalize('hello world'); | |
// returns Hello world |
This file contains hidden or 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
{"version":1,"resource":"file:///Users/ivan/dev/citio/custom-dag-config-generator/types/config.d.ts","entries":[{"id":"JsDL.ts","timestamp":1652194058427},{"id":"JmJD.ts","timestamp":1652194193118},{"id":"HyZL.ts","timestamp":1652194321999},{"id":"BH28.ts","timestamp":1652194660276}]} |