Results 377 comments of Rob Brackett

This is actually intentional; line breaks (`shift + enter` in GDocs) are supported and convert to the kind of line breaks you’re looking for in Markdown, while hard breaks will...

This would be lovely to have! Given [the notes about encoding in the annotated WARC 1.1 spec](https://iipc.github.io/warc-specifications/specifications/warc-format/warc-1.1-annotated/#warc-block-digest), it might be nice if it selected a different encoding (or let you...

It’s been a while, but hopefully this is useful to someone else: `create_warc_record()` treats the `payload` argument differently depending on whether you provide an `http_headers` argument: - If `http_headers` is...

Cool. We're you thinking more of “here’s how to do X in each” (e.g. your loop example) or “Here's how Y is the same/different in each (e.g. Divide two ints)?

I think that’s more the former. The thing is, for this sort of idea, I never feel like I know what kinds of things make good examples (maybe this is...

Now that someone’s allowed tests to run on this PR, there seem to be a lot of failures. FWIW, this works well for me locally and I don’t think the...

At this point, I’m just going to close this. The project is shutting down.

Nevermind the the second question. I just looked at this again with fresh eyes and realized it was pretty obviously because the `middle_key` values would have to be u16 without...

Makes sense; thanks for the explanation. You’ll see a PR from me soon. :)