Robert Jäschke
Robert Jäschke
In combination with pdflatex and `\usepackage[T1]{fontenc}` utf-8 characters in notes are converted to latin1 which is a problem for pdfpc. With this input (`test.tex`): ```latex \documentclass{beamer} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[ngerman]{babel} \usepackage{../includes/pdfpcnotes}...
I found no option to "pipe" the raw JSON through Pig, i.e., to filter the JSON with Pig based on its content but then output the original JSON. Using JsonStorage...
Dear Sebastian, Inspired by other libraries (e.g., [Seaborn](https://seaborn.pydata.org/generated/seaborn.load_dataset.html) and [scikit-learn](https://scikit-learn.org/stable/datasets/toy_dataset.html)) I have added support to download exemplary contexts from the repository https://github.com/fcatools/contexts. For more context, please have a look at...
Consider the following Markdown: ``` markdown - a - b - c - d - this link: [link](link.md) does appear - e - this link: [link](link.md) does not appear ```...
This lets the project compile against webarchive-commons 1.1.5 which was not possible due to incompatibilities with a newer Guava version that was introduced by webarchive-commons 1.1.5. Nevertheless, the CDXGenerator still...
I am trying to ensure that the libraries packaged in the `ia-hadoop-tools-jar-with-dependencies.jar` JAR file of this project are loaded before the other libraries from Hadoop (because they contain an incompatible...
Using the [CDXGenerator](https://github.com/internetarchive/ia-hadoop-tools/blob/master/src/main/java/org/archive/hadoop/jobs/CDXGenerator.java) I generated CDX files out of WARCs. Unfortunately, the columns in the CDX can not be properly split, since spaces in URLs are not escaped and thus...
Thanks to @gerhardgossen's pull request #36 the most important problems with the `redir` field are now fixed. Investigating one of our crawls in more depth, I found further `redir` values...
There seems to be an incompatibility between speaker view, scroll view and r-stack. The following slides work as expected when viewed in a regular browser window. However, when controlled from...