alphagov/govuk-frontend#942
alphagov/govuk-frontend#936
alphagov/govuk-frontend#1016
alphagov/govuk-frontend#1059
alphagov/govuk-frontend#1169
alphagov/govuk-frontend#1172
alphagov/govuk-frontend#1176
alphagov/govuk-frontend#1178
alphagov/govuk-frontend#1186
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
Show hidden characters
{ | |
"auto_find_in_selection": true, | |
"binary_file_patterns": | |
[ | |
"*.min.js", | |
"*.min.css", | |
"*.sql", | |
"*.map", | |
"node_modules/", | |
"bower_components/" |
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
import puppeteer from 'puppeteer'; | |
(async () => { | |
const browser = await puppeteer.launch(); | |
// Open new page | |
const page = await browser.newPage(); | |
// Go to website | |
await page.goto('http://www.red-phoenix-consulting.co.uk/', { |
This file has been truncated, but you can view the full file.
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
npx: installed 401 in 13.492s | |
npm info it worked if it ends with ok | |
npm verb cli [ '/usr/local/Cellar/node@8/8.14.0/bin/node', | |
npm verb cli '/Users/colin/.npm/_npx/29779/bin/npmc', | |
npm verb cli 'install', | |
npm verb cli '--force', | |
npm verb cli '-ddd' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm notice CANARY npmc is experimental software. If you find an issue, please file it in the main npm repository, and call out that you were using npmc. |
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
npm info it worked if it ends with ok | |
npm verb cli [ '/usr/local/Cellar/node@8/8.14.0/bin/node', | |
npm verb cli '/Users/colin/.npm-global/bin/npm', | |
npm verb cli 'install', | |
npm verb cli '--force', | |
npm verb cli '-ddd' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm WARN using --force I sure hope you know what you are doing. | |
npm verb npm-session de4e7900b4b10bca |
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
.autocomplete__wrapper { | |
position: relative; | |
} | |
.autocomplete__hint, | |
.autocomplete__input { | |
-webkit-appearance: none; | |
border: 2px solid; | |
border-radius: 0; /* Safari 10 on iOS adds implicit border rounding. */ | |
box-sizing: border-box; |
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
import Etiquette from './lib/etiquette'; | |
import message from './lib/message'; | |
class Greeter extends Etiquette { | |
constructor (config) { | |
super(); | |
this.intro = config.intro; | |
this.name = config.name; |
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
// Output raw video frames (ppm file) | |
gource -f -1280x720 --stop-at-end --disable-progress -e 0.006 --bloom-multiplier 0.70 --multi-sampling --auto-skip-seconds 1 --seconds-per-day 0.5 --output-ppm-stream - > ~/Desktop/filename.ppm & | |
// Generate video from frames | |
ffmpeg -f image2pipe -vcodec ppm -i ~/Desktop/filename.ppm -an -pass 1 -vcodec libx264 -b 1000000 -pix_fmt yuv420p -threads 0 ~/Desktop/filename.mp4 |
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/Cellar/node/8.0.0/bin/node', | |
1 verbose cli '/usr/local/bin/npm', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 silly install runPreinstallTopLevelLifecycles | |
5 silly preinstall @scope/[email protected] | |
6 info lifecycle @scope/[email protected]~preinstall: @scope/[email protected] | |
7 silly lifecycle @scope/[email protected]~preinstall: no script for preinstall, continuing |
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
{ | |
"Badge Text" : "", | |
"Working Directory" : "\/Users\/Colin\/Sites\/", | |
"Prompt Before Closing 2" : false, | |
"Selected Text Color" : { | |
"Red Component" : 0.2274509817361832, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.294117659330368, | |
"Alpha Component" : 1, | |
"Green Component" : 0.2470588237047195 |
NewerOlder