Tessa Walsh

Results 216 comments of Tessa Walsh

Documenting this, since discussion happened elsewhere: custom behaviors do have access already to `ctx.Lib.addLink(url)`, which allows queuing a single URL at a time. We'll want to: - Add a helper...

Hi @benoit74 , will follow up further tomorrow but some of the rationale for the 11 exit code is here: https://github.com/webrecorder/browsertrix-crawler/issues/549. Essentially, it's useful to have exit codes that Browsertrix...

Python 3.12 support added in https://github.com/webrecorder/pywb/pull/958, which updates gevent and greenlet for Python 3.12. We should still update werkzeug, which is currently pinned to an older release due to pywb...

Rebased on latest main, will need testing to ensure the several rounds of rebases didn't cause any unintended issues

@ikreymer Will need testing after multiple rounds of rebases but this is now rebased on latest main

@SuaYoo Currently we only track the archived itemcollection relationship by tracking the collection ids on archived items (no information about when it was added) and have no audit/event log to...

Pydantic 2 supports lots of custom serialization: https://docs.pydantic.dev/2.8/concepts/serialization/#custom-serializers. We could likely use the the PlainSerializer to make a custom datetime type that serializes out with the `Z` suffix. Since Pydantic...

Closed with https://github.com/webrecorder/browsertrix/commit/123705c53f984f84026571bbb6f2d1102128fe25

I'm working on converting CI to GitHub Actions. There are a few failing tests on that work-in-progress branch, likely due to dependency updates related to httpbin. Will merge that and...