Reuben Cummings
Reuben Cummings
I just made a bunch of updates, can you check and see if the issue is still there?
Is the change to the existing file fixing a change made by the bank?
@jaraco you are a meza contributor now so I'd be happy if you were able to fix the underlying issue as well. Thanks!
Good catch. Can you submit a PR with this change?
I fixed the issue. The api still shows the separate tags, but I updated each dataset with the spaces stripped.
Related to #2406
Took a quick look at the deadoralive source and, despite what it says, it looks pretty [synchronus](https://github.com/ckan/deadoralive/blob/master/deadoralive/deadoralive.py#L193). Could be an issue at some point.
@davidmegginson agreed. deadoralive is def better than the current situation. A few options for future consideration are [uptime](https://github.com/fzaninotto/uptime) or, if it must be python, [twisted](http://as.ynchrono.us/2006/05/limiting-parallelism_22.html)/[tornado](http://stackoverflow.com/a/25549675/408556)/[grequests](https://github.com/kennethreitz/grequests).
@hontas can you submit a PR?
Check out my solution... https://github.com/nerevu/d3-time/tree/571601395045d81b70b9e7d9ceee1b67b95ea2bd ```js let utcIntervals = { "hour": d3.utcHour, "day": d3.utcDay, "week": d3.utcWeek, "month": d3.utcMonth, } let localIntervals = { "hour": d3.timeHour, "day": d3.timeDay, "week": d3.timeWeek, "month":...