This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Added: @loganfsmyth, @amasad, @DonutEspresso, @toddhgardner (@yunong is still welcome to join), @sethgaurav (@jdalton, you want to come in on the Chakra show? Also still haven't heard from @steveluc)
- Loading branch information
Kent C. Dodds
committed
Dec 13, 2015
1 parent
974ba7e
commit 13a39c5
Showing
10 changed files
with
69 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* eslint max-len:0 */ | ||
export default { | ||
hangoutUrl: 'https://plus.google.com/events/ciduop5sck7su6n8f99nnctigt0', | ||
youTubeId: 'gxI5m_raAWg', | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
/* eslint max-len:0 */ | ||
|
||
export default { | ||
title: `JavaScript Debugging`, | ||
hangoutUrl: 'https://plus.google.com/events/c36b25girvo89474lqo92loikic', | ||
guests: [ | ||
{ | ||
name: 'Alex Liu', | ||
twitter: 'stinkydofu', | ||
}, | ||
{ | ||
name: 'Todd Gardner', | ||
twitter: 'toddhgardner', | ||
}, | ||
], | ||
description: ` | ||
JavaScript has a pretty interesting debugging story. | ||
The developer tools of your browser of choice and the | ||
various tools and IDEs for debugging Node or mobile | ||
development make for a really interesting topic. | ||
`, | ||
podbeanId: '', | ||
youTubeId: 'qlV-eNI5OsA', | ||
host: {}, | ||
panelists: [ | ||
{ | ||
twitter: 'dan_abramov', | ||
}, | ||
{ | ||
twitter: 'drboolean', | ||
}, | ||
{ | ||
twitter: 'getify', | ||
}, | ||
{ | ||
twitter: 'kwuchu', | ||
}, | ||
{ | ||
twitter: 'linclark', | ||
}, | ||
{ | ||
twitter: 'mzabriskie', | ||
}, | ||
{ | ||
twitter: 'pamasaur', | ||
}, | ||
{ | ||
twitter: 'tylermcginnis33', | ||
}, | ||
], | ||
} | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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