Guides

Short fixes for problems I have hit, each checked against the versions it names.

Find a fix

Narrow the list: pick a technology, then a version, then the error you see. Pick any to skip a step.

Start again

Matching guides

1 of 2

  1. Scraped text runs as HTML in a generated report

    My web scraper wrote scraped titles and links straight into its HTML report, so a page could slip its own markup or a javascript: link into the file. One shared escape function, plus a rule that only http and https addresses become links, fixed it.

    one layer down checked Rust · HTML rust · html · security · escaping