Robert Jäschke
Robert Jäschke
Looking at this feature request and tools like [ashuffle](https://github.com/joshkunz/ashuffle) I wonder whether it wouldn't be helpful (and possible) to have a command that adds a random song to the queue...
True, with the [latest version](https://github.com/cebe/pdfpc-latex-notes/blob/9ab6b471ff4443ac4b615ed0bda52ad6e7c0ae7f/pdfpcnotes.sty) this works indeed (and also with [the version from October 2013](https://github.com/cebe/pdfpc-latex-notes/blob/cb14877fdd84f7770f3777c19ca49d0cfdd8fce7/pdfpcnotes.sty). [This version](https://github.com/XaF/pdfpc-latex-notes/blob/c3832cd6b53ebe4a3ced64ff253017e1e0a54098/pdfpcnotes.sty) causes the problem. It seems I got lost in all the different...
Works nicely with overlay specifications now but has problems with character encoding: utf-8 characters in notes are converted to latin1 which is a problem for pdfpc. This could be due...
@XaF With this input (`test.tex`): ```latex \documentclass{beamer} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[ngerman]{babel} \usepackage{../includes/pdfpcnotes} \begin{document} \begin{frame} schön \pnote{- schön} \end{frame} \end{document} ``` I get the following output (`test.pdfpc`): ``` [file] test.pdf [notes] ###...
You are right. This also happens with the old/current version. I will create an issue for this problem.
You can also supply the version to Maven with the command line option `-Dprotobuf.version=2.5.0`.
This might be caused by bugs in [hadoop](https://issues.apache.org/jira/browse/HADOOP-10101) and [hdfs](https://issues.apache.org/jira/browse/HDFS-7040) or by the fact that webarchive-commons depends on `hadoop-core` in version 0.20.2-cdh3u6 (while we have CDH5 with version 2.5.0-mr1-cdh5.2.1). [I...
I wonder what the general procedure is to protect the authentication index? It clearly is not desirable to allow users to access the index, so is the procedure described above...
It seems that only the `r` column, i.e., the `redir` URL is affected and the `origUrl` and `canUrl` are correctly escaped: ``` de,uni-giessen,plone,fss)/fss/studium/dateien/informationberatung/merkblattpdf/file/merkblatt%20zur%20gestaltung%20von%20nachteilsausgleichen.pdf 20121010021212 http://fss.plone.uni-giessen.de/fss/studium/dateien/informationberatung/merkblattpdf/file/Merkblatt%20zur%20Gestaltung%20von%20Nachteilsausgleichen.pdf application/pdf 200 Y54RQ4ALLKUTBQ3LCUA2VGAAE53R3EGD - -...
In principle, the patch by @gerhardgossen can be used in this way: ``` shell git clone [email protected]:gerhardgossen/webarchive-commons.git cd webarchive-commons mvn install -DskipTests cd .. git clone [email protected]:internetarchive/ia-hadoop-tools.git cd ia-hadoop-tools sed...