-
What if we strip all game-related code from the client and move it to a plugin that users can download? We could then theoretically support additional game-specific features (like the command zone for…
-
Reticketed from https://github.com/CivicTechTO/tor-councilmatic/issues/4#issuecomment-196557994
-
Compare `Output_5` to last week, it seems 8 countries were lost:
`"Croatia"` only misses Region == "All" while the rest 7 `c("Cyprus", "Lithuania", "Luxembourg", "Latvia", "Malta", "Poland", "Slov…
-
With the latest Kodi versions, a lot has happened regarding nfo files, e.g. `` now has a `max` attribute and more. We should update our nfo handling.
See: https://kodi.wiki/view/NFO_files/Movies
-
I received this email from VA, doesn't look like there's any action to take yet until things go live:
Dear SFTP User of the Legislative Information System:
The Division of Legislative Automate…
-
It would be nice to have real-world example-json files
together with directory/file-collection, which are created by
running a scraper with a certain scraperJSON-json file.
That would be helpful to i…
-
Hi there,
I'm currently wondering which direction to take with currency conversion support for my shop implementation.
I notice that your [builtin code](https://github.com/awesto/django-shop/tree/mas…
-
Hi,
I installed the pro version on an hetzner cloud server, everything running fine including interface, but when i try to run one task i get this error, i installed chrome and chromedriver on the …
-
I've [sketched out](https://github.com/konklone/rss-json#json-simple-syndication) my proposal for a JSON version of RSS, extended to support additional arbitrary metadata. So far it's just called **RS…
-
Currently it is hard to extract information from scrapy cache: cache storages want 'spider' and 'request' objects, one can't just list all files in cache and get Response instances from them. I think …