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
--- build.broken/static/js/main.d38c1216.js 2017-05-26 16:50:56.000000000 -0700 | |
+++ build.works/static/js/main.d38c1216.js 2017-05-26 16:50:16.000000000 -0700 | |
@@ -157,9 +157,9 @@ | |
module.exports = ReactDOMComponentTree; | |
}, function(module, exports, __webpack_require__) { | |
"use strict"; | |
- var canUseDOM = !("undefined" == typeof window || !window.document || !window.document.createElement), ExecutionEnvironment = { | |
+ var canUseDOM = !("undefined" === typeof window || !window.document || !window.document.createElement), ExecutionEnvironment = { | |
canUseDOM: canUseDOM, | |
- canUseWorkers: "undefined" != typeof Worker, |
This file has been truncated, but you can view the full file.
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
/******/ (function(modules) { // webpackBootstrap | |
/******/ // The module cache | |
/******/ var installedModules = {}; | |
/******/ | |
/******/ // The require function | |
/******/ function __webpack_require__(moduleId) { | |
/******/ | |
/******/ // Check if module is in cache | |
/******/ if(installedModules[moduleId]) { | |
/******/ return installedModules[moduleId].exports; |
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
npm install | |
04/29 03:10 PM (3m) | |
✓ Using "npm-shrinkwrap.json" | |
04/29 03:10 PM (3m) | |
⧗ Installing: | |
04/29 03:10 PM (3m) | |
‣ [email protected] | |
‣ [email protected] | |
04/29 03:10 PM (3m) | |
‣ [email protected] |
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
> next build | |
04/29 03:06 PM (2m) | |
> Using "webpack" config function defined in next.config.js. | |
04/29 03:07 PM (1m) | |
> Failed to build on /tmp/2b676449-6d73-4658-85a8-02154dcc3f63 | |
04/29 03:07 PM (1m) | |
{ Error: ./pages/login.js?entry | |
Module not found: Error: Can't resolve 'firebase' in '/home/nowuser/src/pages' | |
resolve 'firebase' in '/home/nowuser/src/pages' |
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
error: TypeError: Cannot use 'in' operator to search for 'addEventListener' in undefined | |
at isEventSupported (/Users/da/src/participedia/frontend/node_modules/react-dom/lib/isEventSupported.js:38:77) | |
at listenTo (/Users/da/src/participedia/frontend/node_modules/react-dom/lib/ReactBrowserEventEmitter.js:260:15) | |
at enqueuePutListener (/Users/da/src/participedia/frontend/node_modules/react-dom/lib/ReactDOMComponent.js:166:3) | |
at ReactDOMComponent._updateDOMProperties (/Users/da/src/participedia/frontend/node_modules/react-dom/lib/ReactDOMComponent.js:853:11) | |
at ReactDOMComponent.mountComponent (/Users/da/src/participedia/frontend/node_modules/react-dom/lib/ReactDOMComponent.js:514:12) | |
at Object.mountComponent (/Users/da/src/participedia/frontend/node_modules/react-dom/lib/ReactReconciler.js:46:35) | |
at ReactCompositeComponentWrapper.performInitialMount (/Users/da/src/participedia/frontend/node_modules/react-dom/lib/ReactCompositeComponent.js:371:34) | |
at ReactCompositeComponentWrapper. |
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
david@datasilo-yvr:~/src/hypercore$ yarn bench | |
yarn bench v0.21.3 | |
$ cd bench && ./all.sh | |
> git checkout 8dffd45 | |
# clearing cache | |
> rm -rf cores | |
# running all benchmarks |
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
SECRET_KEY=hiphopopotamus | |
DJANGO_DEV=True | |
DJANGO_DEBUG=True | |
DATABASE_URL=postgres://pontoon:pontoon@localhost/pontoon | |
SESSION_COOKIE_SECURE=False | |
SITE_URL=http://localhost:8000 | |
FXA_CLIENT_ID=2651b9211a44b7b2 | |
FXA_SECRET_KEY=a3cafccbafe39db54f2723f8a6f804c337e362950f197b5b33050d784129d570 | |
FXA_OAUTH_ENDPOINT=https://oauth-stable.dev.lcip.org/v1 | |
FXA_PROFILE_ENDPOINT=https://stable.dev.lcip.org/profile/v1 |
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
root@f68e433d8315:/srv/pontoon# python manage.py createsuperuser | |
Username (leave blank to use 'root'): da | |
Traceback (most recent call last): | |
File "manage.py", line 20, in <module> | |
execute_from_command_line(sys.argv) | |
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 367, in execute_from_command_line | |
utility.execute() | |
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 359, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 294, in run_from_argv |
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
<!doctype html> | |
<meta charset="utf-8"> | |
<body> | |
<script src="//d3js.org/d3.v4.min.js"></script> | |
<script> | |
let margin = {top: 100, right: 100, bottom: 100, left: 100}; | |
let width = 960, | |
height = 500, |
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
lola:~/src/venngen | |
$ now | |
> Deploying ~/src/venngen | |
> Using Node.js 6.6.0 (default) | |
> Ready! https://venngen-wernpptnod.now.sh (copied to clipboard) [2s] | |
> Upload [====================] 100% 0.0s | |
> Sync complete (489B) [1s] | |
> Initializing… | |
> Building | |
> ▲ npm install |
NewerOlder