Skip to content

Instantly share code, notes, and snippets.

View SaraVieira's full-sized avatar
🤷‍♀️
open sourcy and shit

Sara Vieira SaraVieira

🤷‍♀️
open sourcy and shit
View GitHub Profile
@SaraVieira
SaraVieira / cloudSettings
Last active February 23, 2020 22:08
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-09-19T08:47:52.281Z","extensionVersion":"v3.4.2"}
try {
await new Promise((resolve, reject) => {
index.browseObjects({
query: '',
facets: ['npm_dependencies.dependency'],
maxValuesPerFacet: 36,
attributesToRetrieve: [
'objectID',
'title',
'description',
React.useEffect(() => {
// Make sure our index stays in bounds with max templateInfos
const totalCount = getTotalTemplateCount();
if (focusedTemplateIndex >= totalCount || focusedTemplateIndex < 0) {
safeSetFocusedTemplate(i => i);
}
// We only want this check to happen if templateInfos changes. Only then we
export default [
{
id: 0,
visited: false,
name: "Berlin Tegel Airport, Germany (TXL)",
photo:
"https://loveincorporated.blob.core.windows.net/contentimages/gallery/7ad7f4b5-9c50-46ec-8f4f-386126e10a62-Berlin.jpg"
},
{
id: 1,
{
"site": {
"title": "queerjs",
"description": "A meetup for everyone where Queer Speakers take the stage",
"location": "Microsoft Reactor",
"date": "2019-09-20T17:30:00.000Z",
"organizers": null,
"googleMapsLink": "https://goo.gl/maps/jKnHZ3jd5ku1PPG46",
"calendarLink": "http://www.google.com/calendar/event?action=TEMPLATE&dates=20190920T183000Z%2F20190920T213000Z&text=QueerJS&location=Microsoft%20Reactor&details=A%20meetup%20for%20everyone%20where%20Queer%20Speakers%20take%20the%20stage",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12:12:10 PM: Build ready to start
12:12:13 PM: build-image version: 9e0f207a27642d0115b1ca97cd5e8cebbe492f63
12:12:13 PM: build-image tag: v3.3.2
12:12:13 PM: buildbot version: ef8d0929ed0baabafd8bbb7d0b021e1fc24180c0
12:12:13 PM: Fetching cached dependencies
12:12:13 PM: Starting to download cache of 92.9MB
12:12:14 PM: Finished downloading cache in 1.015694869s
12:12:14 PM: Starting to extract cache
12:12:17 PM: Finished extracting cache in 2.951790258s
12:12:17 PM: Finished fetching cache in 4.007918991s
2:17:38 AM: Build ready to start
2:17:40 AM: build-image version: 9e0f207a27642d0115b1ca97cd5e8cebbe492f63
2:17:40 AM: build-image tag: v3.3.2
2:17:40 AM: buildbot version: ef8d0929ed0baabafd8bbb7d0b021e1fc24180c0
2:17:40 AM: Fetching cached dependencies
2:17:40 AM: Starting to download cache of 92.9MB
2:17:40 AM: Finished downloading cache in 322.823548ms
2:17:40 AM: Starting to extract cache
2:17:44 AM: Finished extracting cache in 3.160088682s
2:17:44 AM: Finished fetching cache in 3.510028866s
7:31:43 PM: Waiting to build. Currently running 2 concurrent builds on your account
7:33:05 PM: Build ready to start
7:33:07 PM: build-image version: 9e0f207a27642d0115b1ca97cd5e8cebbe492f63
7:33:07 PM: build-image tag: v3.3.2
7:33:07 PM: buildbot version: 75cd99f62ada9e21edea53208e8baf0eab85a045
7:33:08 PM: Fetching cached dependencies
7:33:08 PM: Starting to download cache of 92.8MB
7:33:08 PM: Finished downloading cache in 377.48914ms
7:33:08 PM: Starting to extract cache
7:33:11 PM: Finished extracting cache in 3.390961865s
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
opacity: 0.9,
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'canary',