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": "flare", | |
| "children": [ | |
| { | |
| "name": "analytics", | |
| "children": [ | |
| { | |
| "name": "cluster", | |
| "children": [ | |
| {"name": "AgglomerativeCluster", "size": 3938}, |
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
| license: gpl-3.0 |
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
| license: gpl-3.0 |
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
| 2016-04-02 10:15:41,112:INFO:werkzeug:127.0.0.1 - - [02/Apr/2016 10:15:41] "GET /dashboardmodelviewasync/api/read HTTP/1.1" 200 - | |
| 2016-04-02 10:15:41,193:ERROR:root:No JSON object could be decoded | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python2.7/site-packages/caravel/models.py", line 181, in slice_url | |
| slice_params = json.loads(self.params) | |
| File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 339, in loads | |
| return _default_decoder.decode(s) | |
| File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 364, in decode | |
| obj, end = self.raw_decode(s, idx=_w(s, 0).end()) | |
| File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode |
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
| /** | |
| * NotFoundPage | |
| * | |
| * This is the page we show when the user visits a url that doesn't have a route | |
| */ | |
| import React from 'react'; | |
| import { connect } from 'react-redux'; | |
| import { push } from 'react-router-redux'; |
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
| (venv) dascher-29223:pontoon dascher1$ python manage.py migrate | |
| Traceback (most recent call last): | |
| File "manage.py", line 20, in <module> | |
| execute_from_command_line(sys.argv) | |
| File "/Users/dascher1/src/pontoon/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line | |
| utility.execute() | |
| File "/Users/dascher1/src/pontoon/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 327, in execute | |
| django.setup() | |
| File "/Users/dascher1/src/pontoon/venv/lib/python2.7/site-packages/django/__init__.py", line 18, in setup | |
| apps.populate(settings.INSTALLED_APPS) |
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
| dascher-29223:pontoon dascher1$ git push heroku | |
| Counting objects: 29842, done. | |
| Delta compression using up to 4 threads. | |
| Compressing objects: 100% (10808/10808), done. | |
| Writing objects: 100% (29842/29842), 19.18 MiB | 3.42 MiB/s, done. | |
| Total 29842 (delta 18619), reused 29842 (delta 18619) | |
| remote: Git submodules detected, installing: | |
| remote: Submodule 'pontoon/intro' (git://github.com/mozilla/pontoon-intro) registered for path 'pontoon/intro' | |
| remote: Cloning into 'pontoon/intro'... | |
| remote: Submodule path 'pontoon/intro': checked out 'fd81f3d749e2c1a0b9983c6af3a9a9fca080c5eb' |
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
| ❯ neo init | |
| /usr/local/lib/node_modules/mozilla-neo/bin/neo:6 | |
| const { commands } = require('../package.json'); | |
| ^ | |
| SyntaxError: Unexpected token { | |
| at exports.runInThisContext (vm.js:53:16) | |
| at Module._compile (module.js:387:25) | |
| at Object.Module._extensions..js (module.js:422:10) | |
| at Module.load (module.js:357:32) |
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
| $ neo start | |
| Listening on http://localhost:4000 | |
| webpack: wait until bundle finished: / | |
| ERROR in Missing binding /usr/local/lib/node_modules/mozilla-neo/node_modules/node-sass/vendor/darwin-x64-48/binding.node | |
| Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 6.x | |
| Found bindings for the following environments: | |
| - OS X 64-bit with Node.js 4.x |
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 |