Adam Pearce
Adam Pearce
- Option to have `loadData` cache files; useful for hot reloading big things ``` if (window.resCache){ fmtData() init() } else{ d3.loadData('round-1.csv', 'round-2.csv', (err, res) => { window.resCache = res fmtData()...
`aspectRatio: ` set height equal to `width/aspectRatio` `margin: 0` equivalent to `margin: {top: 0, left: 0, bottom: 0, right: 0}`
automatically run ``` git push -u origin $branchName ``` if this comes up? ``` Please specify which branch you want to merge with. See git-pull(1) for details. git pull If...
Also link to default build instructions.
Something to do with whitespace at the start of the file, probably the line number offset hack throwing something off.
- https://itnext.io/hot-reloading-native-es2015-modules-dc54cd8cca01 - https://stackoverflow.com/questions/56351312/hot-module-replacement-for-native-es-modules-browser-or-node-js-without-webp
Need to only filter out `.git/` exact match
+ update docs to remove nightmare references