Mat
Mat
Hi @noirbizarre, There is a small bugfix in commit 3a6b492d2ef6dd3d82727aa03c4deb7b1d1ffdea that is necessary to be able to use eztables with Django 1.7 (just released yesterday). The latest version on pypi...
I only just discovered the calendar view because I was browsing the other issues and came across https://github.com/24pullrequests/24pullrequests/issues/1041, which is related to it. This view is great - I think...
This is another potential data source we could use: https://github.com/owid/covid-19-data/blob/master/public/data/testing/covid-testing-all-observations.csv Context: https://ourworldindata.org/covid-testing Like the John Hopkins Dataset: - it's updated daily - it contains records from different countries, which we...
Currently, we store the "last updated" field for each record, which is different from the date JH reported it. If we provide the report date, then API users will always...
Forking this discussion from https://github.com/andreagrandi/covid-api/pull/42 # Problem 1: Country identifiers are inconsistent Currently, the `country_region` field is not a very reliable identifier. One example is the UK, which has been...
I just came across this list of covid-19 datasets: https://coronavirustechhandbook.com/data There are a couple of others related to the John Hopkins dataset we're using that have cleaned the data in...
I'm trying to use a selector with an escaped special character `\\!` in it. Minimal example that breaks in nwsapi 2.2.7: ```html console.log(document.querySelectorAll(":not(.abc-\\!-def)")) ``` This throws `Uncaught DOMException: '.abc-!-def' is...
**Describe the bug** If users enter search queries with multiple terms, the query must be extremely precise to return results. Datahub will not return matches unless *all* of the search...
From https://trello.com/c/ZP62CZ7g/8-tidy-up-code-which-supports-elasticsearch-09 Rummager has some code which is backwards-compatible with Elasticsearch 0.9, with the comment: ``` # Convert to array for consistency between elasticsearch 0.90 and 1.0. # When we...
From: https://trello.com/c/xiYv8sH9/38-fix-versiontype-in-popularity-update We set `'_version_type' => 'external_gte'` on every document when updating the popularity data: https://github.com/alphagov/rummager/blob/master/lib/govuk_index/popularity_worker.rb#L23 This is correct for the govuk which uses external versioning, but incorrect for mainstream,...