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
https://www.mtggoldfish.com/deck/2453603 | |
vs gruul | |
+2 lovestruck beast | |
-1 ouat | |
-1 nissa | |
vs esper stax | |
+ 2 brontodon | |
+ 3 veil |
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
Main System: Straitjacket | |
Central Problems | |
1. Alignment Problem | |
Lower Body Control Hierarchy | |
Outside Triangle | |
Inside Triangle | |
Hip Lock | |
Post | |
2. Deficit Problem | |
Dividing Hands |
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
Process: com.apple.WebKit.WebContent [17961] | |
Path: /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent | |
Identifier: com.apple.WebKit.WebContent | |
Version: 11603 (11603.1.30.0.34) | |
Build Info: WebKit2-7603001030000034~7 | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: Safari [17946] | |
User ID: 501 |
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
I wanted to enhance the error message "Uncaught Invariant Violation: Objects are not valid as a React child ... " by |
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
<div class="container"> | |
<nav class="navbar navbar-inverse " style="top:10px"> | |
<div class="container-fluid"> | |
<div class="navbar-header"> | |
<a class="navbar-brand" href="#">Invoices</a> | |
</div> | |
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | |
<form class="navbar-form navbar-right" role="search"> | |
<div class="form-group"> |
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
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | |
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> | |
</head> | |
<body> |
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
//react/src/renderers/dom/ReactDOMClient.js line 55 | |
// If we're in Chrome, look for the devtools marker and provide a download | |
// link if not installed. | |
if (navigator.userAgent.indexOf('Chrome') > -1) { | |
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined') { | |
console.debug( | |
'Download the React DevTools for a better development experience: ' + | |
'https://fb.me/react-devtools' | |
); |
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
When generating players for new league (core/league.js line 356) | |
profiles = ["Point", "Wing", "Big", ""]; | |
When generating players for new draft class (core/draft.js line 70) | |
profiles = ["Point", "Wing", "Big", "Big", ""]; |
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
Getting set up: | |
Install node.js | |
http://nodejs.org/ | |
Upgrade the version of npm that node installed by running | |
npm install -g npm | |
Install require.js (if you want to build) | |
npm install requirejs | |
Install ESLint (if you want to verify your js) | |
npm i -g eslint | |
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
/** | |
* @name data.colleges | |
* @namespace College names. | |
*/ | |
define([], function () { | |
"use strict"; | |
var college; | |
// Name, Cumulative Frequency |