Kirstin Rohwer

Results 11 issues of Kirstin Rohwer

**Describe the bug** When I right-click on anything, or click on any of the items in the menu bar (except 'help'), a blank rectangle without visible menu text is displayed....

I tried to install the docker setup as described [here in the README](https://github.com/voc/voctoweb#set-up-development-environment). The first command of the setup script (`docker-compose build`) fails with the following message: ``` + apk...

Built in support for some (optional) command line arguments: reading from a different folder than the one it's writing to, automatically saying "yes" or "no" to downloading user data and/or...

(first discussed in #94) A possibility to get rid of the questions waiting for user input would be nice for (at least) the following use cases: - leave the script...

Parsing of direct-messages-group.js and writing to one markdown file per group (splitting up very long ones into parts). ~~Image embedding (and copying, etc.) is still missing here, I will add...

Underscores are allowed in twitter handles, but they break markdown rendering if they're not escaped. I added escaping in the DMs markdown output - not in the filenames, but (hopefully)...

Mostly adapted from the code that does the same thing in the convert_tweet method. Still missing the part that saves the online paths for later lookup of better quality version,...

In the text body of tweets (for markdown output): - Escape possible markdown control characters (any of these: ``\_*[]()~`>#+-=|{}.!``) - Add double spaces before line breaks So that the rendering...

Implementation of [this TODO](https://github.com/flauschzelle/twitter-archive-parser/blob/04e3a75f96f7117dbf7cec7ef1db99de9643a7f4/parser.py#L983) for the other affected types of data (followings, followers, DMs). The script now only asks 'Download user data from Twitter? [y/n]' once instead of three (or...

Working, but not in a good code style. I will improve the style later, I just wanted to have this working as quickly as possible so I can store all...