Stewart McKee

Results 19 comments of Stewart McKee

As a quick solution you could exclude the page 4 url? I'll look at it in more detail when i get back home.

Yeah, if you add to your external_urls config option the url for page 4 then it should exclude that page and assuming the subsequent pages are only crawled because its...

I think that possibly the best solution would be to include the internal_links data in the hash passed to the block, that way in your code you can add and...

There isn't any issue with forking, it's the normal process for adding to open source projects. If you fork, you can work on adding functionality, documentation or anything within the...

Thanks, hopefully they've fixed the ruby's uri implementation, but it was badly broken some years ago, since then i've used addressable as its been the most reliable, but would be...

I had the same issue, in my case a vue component I have written as npm module uses VueMoment and then the host app also uses VueMoment, which ever is...

I've currently got the same issue pushing a sqlite3 db up to heroku. Its the first push i've done with this project, it is a clean rails 3.1.1 app with...

Yes, agreed. It does get messy very quickly! :) I had actually been discussing the same thing last night with regard to what is a family tree, is it genetics...

I switched to a graph database (neo4j) in order to model the data. You can associate metadata with each relationship so are able to define as many relationships as you...