Lauren Ko
Lauren Ko
In episode 8, the ["Testing Assertions" exercise](https://github.com/swcarpentry/python-novice-inflammation/blob/7fb12c3baf2957c44ba13615718d39f44a2b64d8/_episodes/08-defensive.md#testing-assertions) calls a function called `get_total_cars`. In a function definition shortly after, the function is called `get_total`. I am unclear what "cars" specifically has...
While trying out Brozzler via the Vagrant setup provided in the repo, I hit a couple things that could possibly use updating. If it is of interest, I have included...
Gina at LOC is trying to generate CDX files of the format ' CDX N b a m s k r M S V g'. Currently the S field for...
Currently `AccessControlSettingOperation` seems awkward as it implements `BooleanOperator` with its `isTrue(`) method directly setting the `exclusionFilter` on the `WaybackRequest` instance before always returning true. To be consistent with development moving...
Updates the usage documentation to mention Apache's `AddDefaultCharset` directive that is included in the default httpd.conf file of some versions of Apache. ## Description This adds a note to the...
Currently the lesson doesn't teach parentheses for grouping parts of the regular expression. I think it would be worth adding this to the metacharacters taught in [episode 1](https://librarycarpentry.org/lc-data-intro/01-regular-expressions/index.html) because: 1....
In [episode 2](https://librarycarpentry.org/lc-data-intro/02-match-extract-strings/index.html), in the `Taking any character into consideration` exercise, the `\S` for non-space character is used in the solution but is not one of the metacharacters given in...
I have been trying out local deployments of Browsertrix Cloud with microk8s and would find it helpful if I could configure a local storage path to where WACZ/WARCs are written...
If you instantiate a [`CDX_Writer` with a `file` argument](https://github.com/internetarchive/CDX-Writer/blob/77c3539c59a2d55c31de600e7ca6a9eee67a4977/cdx_writer.py#L729) that contains a relative or absolute path and you use the default of `use_full_path=False` and `file_prefix=None` the `g` field is written...
A vulnerability has been detected in commons-httpclient-3.1. Also, commons-httpclient is no longer being developed. https://access.redhat.com/security/cve/CVE-2012-5783 This issue was initially brought up at https://github.com/archivesunleashed/aut/issues/5#issuecomment-324126444.