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
11875 info postuninstall [email protected] | |
11876 error Error: ENOENT, chmod '/Users/yhsiang/Work/g0v/lfrest/node_modules/pgrest/bin/cmd.js' | |
11877 error If you need help, you may report this log at: | |
11877 error <http://github.com/isaacs/npm/issues> | |
11877 error or email it to: | |
11877 error <[email protected]> | |
11878 error System Darwin 12.4.0 | |
11879 error command "node" "/usr/local/bin/npm" "i" | |
11880 error cwd /Users/yhsiang/Work/g0v/lfrest | |
11881 error node -v v0.10.7 |
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
{ | |
"status": "ok", | |
"result": [ | |
{ | |
"status_quo_schulze_rank": 1, | |
"voter_count": 0, | |
"population": 3, | |
"fully_frozen": "2011-10-04T00:06:00.609Z", | |
"half_frozen": "2011-09-26T00:05:39.916Z", | |
"accepted": "2011-09-11T00:05:02.081Z", |
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
{ | |
"status": "ok", | |
"result": [ | |
{ | |
"winner": false, | |
"eligible": false, | |
"multistage_majority": true, | |
"reverse_beat_path": true, | |
"worse_than_status_quo": false, | |
"better_than_status_quo": false, |
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
{ | |
"status": "ok", | |
"result": [ | |
{ | |
"member_weight": 1, | |
"direct_member_count": 1, | |
"description": "", | |
"name": "Statutes of the United Solar System", | |
"active": true, | |
"unit_id": 1, |
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
CXX(target) Release/obj.target/binding/src/binding.o | |
SOLINK_MODULE(target) Release/binding.node | |
SOLINK_MODULE(target) Release/binding.node: Finished | |
npm http 304 https://registry.npmjs.org/rmdir | |
> [email protected] install /Users/yhsiang/Work/g0v/lfrest/node_modules/pgrest/node_modules/plv8x/node_modules/pg | |
> node-gyp rebuild || (exit 0) | |
npm http 304 https://registry.npmjs.org/sigmund | |
npm http 304 https://registry.npmjs.org/lru-cache |
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
Yuans-MacBook-Pro:lfrest yhsiang$ ./node_modules/.bin/lsc app.ls --db tcp://test:test@localhost:5432/lf --port 25520 | |
events.js:72 | |
throw er; // Unhandled 'error' event | |
^ | |
Error: connect ECONNREFUSED | |
at errnoException (net.js:884:11) | |
at Object.afterConnect [as oncomplete] (net.js:875:19) |
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
{ | |
"status": "ok", | |
"result": [ | |
{ | |
"winner": null, | |
"eligible": null, | |
"multistage_majority": null, | |
"reverse_beat_path": null, | |
"worse_than_status_quo": null, | |
"better_than_status_quo": null, |
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
Yuans-MacBook-Pro:liquid_feedback_core yhsiang$ psql -v ON_ERROR_STOP=1 -f demo.sql liquid_feedback | |
BEGIN | |
INSERT 0 1 | |
psql:demo.sql:11: ERROR: null value in column "polling" violates not-null constraint | |
DETAIL: Failing row contains (null, 01:00:00, 6, 1). |
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
// 新版Timeline | |
if (!addedAction) { | |
containerNode.parent('._4q_').find('._6p-').find('._5ciy').find('._6j_').each(function(idx, shareAction){ | |
console.log(shareAction); | |
$($('<a class="_5cix"></a>').html(buildActionBar({title: titleText, link: linkHref}))).insertAfter(shareAction); | |
addedAction = true; | |
}); | |
} |
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
{ | |
"kml": { | |
"Folder": [ | |
{ | |
"Folder": [ | |
{ | |
"NetworkLink": [ | |
{ | |
"Url": [ | |
{ |