Re: Webmachine dispatcher example

2009-05-07 Thread Jason Davies
On 7 May 2009, at 18:50, Jason Davies wrote: On 7 May 2009, at 18:33, Justin Sheehy wrote: I've now changed the dispatcher such that it should be useful outside of webmachine without affecting internal use. [snip] This looks great, thanks very much! I'll let you know how I get on. Okay,

[jira] Commented: (COUCHDB-346) ddoc option to include seq number on the doc for view generation

2009-05-07 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707161#action_12707161 ] Paul Joseph Davis commented on COUCHDB-346: --- Making this a design doc option all

[jira] Created: (COUCHDB-346) ddoc option to include seq number on the doc for view generation

2009-05-07 Thread Chris Anderson (JIRA)
ddoc option to include seq number on the doc for view generation Key: COUCHDB-346 URL: https://issues.apache.org/jira/browse/COUCHDB-346 Project: CouchDB Issue Type: New Featur

Re: Webmachine dispatcher example

2009-05-07 Thread Jason Davies
Hi Justin, On 7 May 2009, at 18:33, Justin Sheehy wrote: I've now changed the dispatcher such that it should be useful outside of webmachine without affecting internal use. Check out http://bitbucket.org/justin/webmachine/src/tip/src/webmachine_dispatcher.erl if you want to see it. As with mu

[jira] Commented: (COUCHDB-336) Would like errors in map function to be reported to client

2009-05-07 Thread Brian Candler (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706759#action_12706759 ] Brian Candler commented on COUCHDB-336: --- Sorry, my mistake for using eval instead of

[jira] Commented: (COUCHDB-336) Would like errors in map function to be reported to client

2009-05-07 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706745#action_12706745 ] Chris Anderson commented on COUCHDB-336: Until recently there was a bug in the cou

[jira] Commented: (COUCHDB-336) Would like errors in map function to be reported to client

2009-05-07 Thread Brian Candler (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706742#action_12706742 ] Brian Candler commented on COUCHDB-336: --- Strange,. When I replicate the logic from

Re: reduce_limit error

2009-05-07 Thread Brian Candler
On Tue, May 05, 2009 at 03:21:55PM -0700, Chris Anderson wrote: > Gotcha, your reduce seems ok given the bounded nature of the data set. > Still I'm not clear why you don't just have a map with keys like: It's because this is a query I expect to run often (e.g. once every page hit), and I am imagi