Pedro Teixeira
Pedro Teixeira
Here is the trace from the couchdb log: ``` [error] [] Uncaught error in HTTP request: {error, {case_clause, {[{, }, {, }, {, 17}, {, }]}}} ```
oops, closed by mistake, sorry. reopening.
@jhs Thanks for the feedback! I tried merging the `regexp` branch into the master (so issue #4 would no trump me) and I got this error when posting a message:...
Iriscouch works, but on my install fails. Strange, because it's a fresh homebrew install. Here is the couchdb trace: https://gist.github.com/5a6c04293375df68563f Anyway, don't bother, I'll first try changing the ddoc as...
Hi Jason, thanks for the feedback! Meanwhile I have been distracted by other things, but I intend to revisit this, since it would be great to start using couchdb for...
Alfred supports all these with the in-memory indexes (not much tricks here, you're doing all of these in RAM with JS functions). If in-memory indexes are not for you, don't...
As I see it, with atomic brpoplpush the work stays in redis. Without it, there's a brief windows between a pop and a push where, if the node.js process goes...
See dev.peerpad.net
It's the peer discovery time that is large (which is [being worked on here](https://github.com/ipfs-shipyard/peer-star-app/pull/176)). But once the pinner peer is discovered, it should get saved. It happened ok for me:...
Related: https://github.com/ipfs-shipyard/peer-star-app/issues/189