Ramiro Gómez
Ramiro Gómez
Here are tow long lists of [meta tags](http://code.lancepollard.com/complete-list-of-html-meta-tags) and [meta extensions](http://wiki.whatwg.org/wiki/MetaExtensions). Looking at the current source of lassie, the meta tag coverage seems fine to me. I'd add language and...
I'd keep them with sensible default values, so the applications that import lassie can do a simple if check instead of calling get and then checking if the value evaluates...
You're right without this info the project setup is hard. At the moment I have no local setup myself, but the live project is hosted on Google App Engine. I...
I looked at this. As far as I see, the notebook json has no meta title, am I missing something? An alternative would be using the file name of the...
The [data source](http://www.geonames.org/US/administrative-division-united-states.html) that is currently used is fine. I guess `pandas.read_html` should work with this table too. The result needs to include all the fields in geonamescache/geonamesdata.py.
It's not included in the current datasets, so the package would need to be expanded.
The datasets look quite comprehensive. Do you know what the data sources of this project are?
Thanks for the info. For some reason the GitHub API returns both variants. I checked your repos at https://api.github.com/users/Jorengarenar/repos?sort=pushed&per_page=100 and filtered the results as show in the screenshot. ![api github...
Not sure what you mean, sorry.
Thanks for the suggestion! The next step I had in mind was to port the whole thing to GitHub's GraphQL API. I looked at it some time ago and I...