Ilya Kreymer

Results 611 comments of Ilya Kreymer

This should be fixed in ReplayWeb.page 2.0.1 and the ArchiveWeb.page 0.12.1 release.

With the 1.x version, this is something that could in theory be in the future, but no plans for it at the moment. Would need to figure out how to...

I agree that more examples could be useful, though would still recommend using replayweb.page for most use cases. [The embed guide](https://replayweb.page/docs/embedding/#embed-modes) mentions the `embed` option, eg. `` which will not...

Need to figure out the exact logic for triggering an e-mail to be sent, eg. when quota threshold is reached the first time, how long since last email, etc...

Closing in favor of #959 which includes this fix but as a conditional to avoid breaking for remote CDX/live web (see PR for more details).

We have turned off the disk utilization check by default, (set to `--diskUtilization 0`), so this shouldn't be happening unless the setting is set explicitly.

Yeah, I suppose the title could optionally be included in the pageinfo record, since it has that available when the record is written. It would be the final title of...

Yes, the actual pageinfo record is written here: https://github.com/webrecorder/browsertrix-crawler/blob/main/src/util/worker.ts#L304 and the title should already be available in `data.title`. Yeah, probably everything that is in the pages.jsonl can be in the...

@halmos do you have an example that's currently breaking at the moment? I'm curious if this is indeed the issue or something else, as the archive should not have any...

> I'm worried that there is a security issue posting an archive from a logged-in FB session since the auth tokens could be captured in the cookies. I'm trying to...