Jake Verbaten
Jake Verbaten
@rvagg ``` js var db = levelup('indexed.db') var getBy = require('levelup-indexer')(db, [ 'author', 'version' ]) getBy("author", "raynos", cb); /* will just work */ var rangeDel = require('upper-rangedel') rangeDel(db, { /*...
Also if the plugin API is only used by module AUTHORS. And not by leveldb USERS then we can make more changes on it in an aggressive fashion. Because honestly...
@dominictarr :+1: CAPSLOCK. Everyone knows that you must `SELECT('*').FROM('my-table').WHERE().FOO().EQUALS().BAR()`
So you basically mean "If you write the IO layer for me and allow me to port the bot verbatim"
Will try to reproduce this and see what the best way is to preserve stack traces.
Looks like a bug in the browser itself ( https://stackoverflow.com/questions/3734236/how-can-i-rethrow-an-exception-in-javascript-but-preserve-the-stack ). The only work around I can find is to add an option to not rethrow only for webkit/browsers.
Once we remove the exception rethrowing behavior we get this   Which to me says that debugging promises in webkit is frustrating and the webkit dev tools
 I was able to turn on the debugger and set it to breakpoint on all exceptions and it did break at the actual location of the error.
Improved by https://github.com/optoolco/tapzero/pull/4
Right, I dont handle uncaughtExceptions in the worker process.