Git Product home page Git Product logo

booky's Introduction

booky's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

booky's Issues

bug

break in module.js:433 431 var args = [self.exports, require, self, filename, dirname]; 432 return compiledWrapper.apply(self.exports, args); 433 }; 434 435 debug> next break in module.js:451 449 var content = NativeModule.require('fs').readFileSync(filename, 'utf8'); 450 module._compile(stripBOM(content), filename); 451 }; 452 453 debug> next break in module.js:352 350 if (!Module._extensions[extension]) extension = '.js'; 351 Module._extensions[extension](this, filename); 352 this.loaded = true; 353 }; 354 debug> next break in module.js:353 351 Module._extensions[extension](this, filename); 352 this.loaded = true; 353 }; 354 355 debug> next break in module.js:316 314 } 315 316 return module.exports; 317 }; 318 debug> next break in module.js:317 315 316 return module.exports; 317 }; 318 319 Module._resolveFilename = function(request, parent) { debug> next break in module.js:471 469 // Load the main module--the command line argument. 470 Module._load(process.argv[1], null, true); 471 }; 472 473 Module._initPaths = function() { debug> next break in node.js:192 190 191 try { 192 for (var i = 0; i < l; i++) q[i](); 193 } 194 catch (e) { debug> next break in node.js:203 201 throw e; // process.nextTick error, or 'error' event on first tick 202 } 203 }; 204 205 process.nextTick = function(callback) { debug> next < [json-db] Database listening < Express server listening on port 3000 in development mode < [json-db] Client connected < http.js:520 < throw new Error("Can't set headers after they are sent."); < ^ < Error: Can't set headers after they are sent. < at ServerResponse.<anonymous> (http.js:520:11) < at ServerResponse.setHeader (C:\Users\Philipp\dev\booky\node_modules\expre ss\node_modules\connect\lib\patch.js:62:20) < at next (C:\Users\Philipp\dev\booky\node_modules\express\node_modules\conn ect\lib\http.js:170:13) < at Object.oncomplete (C:\Users\Philipp\dev\booky\node_modules\express\node _modules\connect\lib\middleware\static.js:150:11) program terminated

Better overview

When there are more links it's confusing. It also would be great if you can distinguish between links that are new and links already read.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.