Linas Valiukas

Results 53 comments of Linas Valiukas

Could you do it in a PR? On Fri, Nov 20, 2020, 01:41 Dustin Oprea wrote: > Because of this: > > > https://github.com/mediacloud/ultimate-sitemap-parser/blob/68d1ccdd573be16cdfadc7f071c088642182bff1/usp/fetch_parse.py#L43 > > and this: > >...

A bit busy this week, I'll try to get to it soon though. On Mon, Nov 23, 2020 at 4:56 AM Dustin Oprea wrote: > Bump > > — >...

Hey, thanks for the issue! Custom loggers are not currently supported but PRs are welcome! Logging is already encapsulated in a class: https://github.com/berkmancenter/mediacloud-ultimate-sitemap-parser/blob/develop/usp/log.py so one could do something similar to...

Thanks, I'll have a look. PRs (e.g. a simple `try-catch` around `dateutil_parse()`) are welcome too!

As for the workflow-as-in-the-how-do-we-code-this-thing-together-workflow, whenever you come up with at least the pre-barebones / scaffolding of what would eventually end up being the feed merging workflow, could you submit a...

@epenn would you be able to rebase this off the top of the current `master` branch?

Oh, and I have merged in `master`, hope that's okay.

Could you also have a look at the failing tests too?

Is this PR (or the other one with a similar name) something to look at already, or is it still work in progress?