Tom Watson

Results 200 comments of Tom Watson
trafficstars

Yeh, would be easy enough to add that

By easy, I mean the infrastructure for sending messages is already there. Creating a good interface is obviously the hard part!

Chat should just be available for everybody that is in the room. I envisage the chat should work like it does on hangouts or appear.in for example. Just to warn...

That doesn't match the description of the issue - it's not old.reddit.com. It also redirects to https://old.reddit.com/r/lotrmemes/comments/1dkxlki/nasty_stepsisters_are_precious/ for me, so it seems to work fine? @sunlightspectre do you have an...

I have never been able to recreate this. Can you please try disabling ALL other extensions and trying again?

Yup looks like this needs fixing upstream, so blocked by https://github.com/TooTallNate/NodObjC/pull/119

It is possible but I am not actively working on this project at the moment. Obviously as it's open source, anybody can work on this and submit a pull request.

By using SPARQL, we can more easily create data sets for specific subsets of things like "Books", "Battles" or "TV Shows". We would still want an "All" collection though, which...

My problem basically is getting enough queries that provide enough interesting results as to be able to actually fill the game with at least ten thousand cards. Maybe what I...

Battles: https://query.wikidata.org/#SELECT%20%3Fitem%20%3Fdate%20%3Fidcount%20%3Fsitelinks%20WHERE%20%7B%0A%20%20%3Fitem%0A%20%20%20%20wdt%3AP31%20wd%3AQ178561%3B%0A%20%20%20%20wdt%3AP585%20%3Fdate%3B%0A%20%20%20%20wikibase%3Aidentifiers%20%3Fidcount%3B%0A%20%20%20%20wikibase%3Asitelinks%20%3Fsitelinks.%0A%7D%0AORDER%20BY%20DESC%20%28%3Fsitelinks%29%0ALIMIT%201000 Paintings: https://query.wikidata.org/#SELECT%20%3Fitem%20%3Fdate%20%3Fidcount%20%3Fsitelinks%20WHERE%20%7B%0A%20%20%3Fitem%0A%20%20%20%20wdt%3AP31%20wd%3AQ3305213%3B%0A%20%20%20%20wdt%3AP571%20%3Fdate%3B%0A%20%20%20%20wikibase%3Aidentifiers%20%3Fidcount%3B%0A%20%20%20%20wikibase%3Asitelinks%20%3Fsitelinks.%0A%7D%0AORDER%20BY%20DESC%20%28%3Fsitelinks%29%0ALIMIT%201000