Pablo Seminario

Results 13 comments of Pablo Seminario

> Could someone test #514 as follows? I tested this on a current workflow I'm using for an Hugo site and it works as expected :+1: Thanks a lot for...

Just for the record, I've encountered the same issue and after digging a little bit I found out that it's related to upgrades on unpinned libraries. As a workaround here's...

@slang800 yes, it seems a very good idea, i'll review the commits from the fork of @martinpucala to merge them.

It will not be easy to merge, because this commit https://github.com/martinpucala/tumblr-theme-parser/commit/3308e73654244b08dee4a9f7ff48c3e1028f8f29 broke many tests and @martinpucala added a warning about this in https://github.com/martinpucala/tumblr-theme-parser/commit/4f92e97a6226d73ab6e7624963c4d59e6ec1fb60

@slang800 great, your parser looks very good!

I was looking at this issue and it could be maybe closed, because for: 1) all the memory values containing "GB" were fixed/removed on this [commit](https://github.com/Boavizta/environmental-footprint-data/commit/4e9a634313cc86d39e74e0f54aaa892418b83b8b#diff-f2aa87e2bde73d95c0513a2d13e457b0a496c96805b12a243c25fe32adce9825) 2) [test_read_format()](https://github.com/Boavizta/environmental-footprint-data/commit/4e9a634313cc86d39e74e0f54aaa892418b83b8b#diff-f2aa87e2bde73d95c0513a2d13e457b0a496c96805b12a243c25fe32adce9825) is currently...

Oh I see, thanks for the explanation. Looking at the current data on `boavizta-data-us.csv` indeed, there are some suspicious memory values: ```python >>> import csv >>> >>> with open('boavizta-data-us.csv', 'rt',...

Thanks @rokejulianlockhart for reporting this issue. It seems that these are new Gravatar methods that need to be implemented. I'll try to add them in my free time but if...

Hi @chrisohaver and thanks for taking the time to look at this. > I am able to build using the documented docker command without error. > My `.` and `.git`...

> You are executing the docker command from within a container? no, I'm running `docker run` from a shell with my local user within a standard Ubuntu Desktop computer.