Tim van Dalen
Tim van Dalen
Too bad. Do you know of any other way to get this data, or should I just grab the list of active conversations and loop through it?
Seems like the link is removed if the link text doesn't match the link exactly
Adding the timestamp as a second argument here: https://github.com/algesten/hangupsjs/blob/master/src/client.coffee#L467 seems to work. The gmail web client sends `null` for the first request, so that could be a default parameter. Since...
Just checked yakyak/yakyak, that also only shows the limited results
Having the same issue: Opening a non-existing file looks like it's saving, but re-opening that file clears it
I've been able to reproduce this with both a really old version of InboxSDK (from at least 6 years ago) and the latest version for https://chrome.google.com/webstore/detail/gmail-message-id-finder/comcoiiifldaaejpbgbincdkoohihbae
Of course, apologies: ```tex \documentclass[letterpaper,twocolumn,openany,nodeprecatedcode]{dndbook} \usepackage[english]{babel} \usepackage{hyperref} \begin{document} \frontmatter% \tableofcontents \mainmatter% \chapter{Test} \appendix \chapter{Test} \end{document} ``` Edit: Cut down the MWE a little further
Thanks for the direction, I will see if I can hack something together for my document and report back if it might be useful generally. Unrelated, but your proposed approach...
Having spent some time looking into this, I believe I have a fix for at least the footer problem. By defining `\chaptermark` (https://github.com/rpgtex/DND-5e-LaTeX-Template/blob/f0ef279/lib/dndheader.sty#L22) as `\@chapapp\ \thechapter :~` instead of `\chaptername\...
Just tested this against the latest `dev` and it seems like the above was already fixed in https://github.com/rpgtex/DND-5e-LaTeX-Template/commit/f0ef27988a9f79d3bcb106ce93be929713cff342, so that leaves the TOC stuff