Michael Blakeley

Results 23 comments of Michael Blakeley

Can you be more specific about how the non-mobile view is affected? I've been using it regularly on Firefox 34. I've also tested more briefly on Safari 8 and Chrome.

Re 7 days, hence the second commit that adds NextUpdate to the task name.

Maybe I'm misunderstanding #231 or the update process? Here's the problem I thought I was solving: 1. Some feed F has NextUpdate == t0 2. `UpdateFeeds` selects feeds where `NextUpdate

I thought of another situation worth mentioning: what if we queue an update-feed task but `fetchFeed` fails? Maybe the server is temporarily down or unreachable, or it's returning error messages...

Looking at the log messages I posted above, would using `UpdateMin` have helped? Also consider a scenario where many feeds are responding slowly and so the queue is backed up....

Another use case to consider is a low-traffic stackoverflow feed like `http://stackoverflow.com/feeds/tag?tagnames=elisp&sort=newest`. It gets updates relatively infrequently, but users may want to see new items relatively quickly. This might be...

When I tried this on a new machine, pip couldn't find 0.7.1 - so when I found a copy I grabbed it for safekeeping. ``` $ wget https://pypi.python.org/packages/source/B/Blogofile/blogofile-0.7.1.tar.gz $ pip...

To make this happen I think we need to solve two problems. They seem to be closely related, so solving either will probably solve both. First, we need `xdmp:invoke-function` and...

Yes, that looks like a show-stopper. Calling `xdmp:spawn-function` throws the same `XDMP-AS` above. I thought it might be possible to encapsulate the JavaScript function in an anonymous XQuery function, but...

Gary, see if you can integrate your profile code with the profile page in this pull request.