Andreas Thienemann

Results 25 issues of Andreas Thienemann

**Description** I seem to remember that there was a feature that would load a TOTP token into the clipboard to be pasted after a the autofill extension filled in username...

bug

**Describe the bug** A PV guest is correctly shown in the disk tab with the "Boot flag" toggle to toggle a vbd as bootable or not. Once the machine gets...

type: bug :bug:
status: triaging :triangular_flag_on_post:

Old tweets from before twitter added t.co shortlinks do not contain the URLs in the entities.urls list. Thus they do not appear as links but just plain text in the...

Add a new json file (media/media_state.json) that keeps track of download status for media files. When re-running the archive-parser this file is consulted and if a media file has previously...

## Proposed change Drive by default caches directory entries and will only invalidate them if a new directory is fetched. This caching is happening in get_children(). Rework the cache to...

Add a new function exec_bg() that can take a command to execute and ensure that any processes forked inside the exec does not hang the php process. This is done...

As part of the docker entrypoint.sh, various directory permissions get modified to enable the apache user to write to them. When runnnig on a regula host, the fs layer handles...

### Describe the bug Latest master of elkarbackup has a problematic use of runClientScripts() in https://github.com/elkarbackup/elkarbackup/blob/master/src/Lib/BaseScriptsCommand.php#L91 The function basically uses php `exec()` to call a script using `sudo "%s" 2>&1`....

kind/bug/possible

Currently `gh-md-toc` will only do a limited job parsing arguments. e.g. `gh-md-toc --insert --hide-footer --skip-header README.md` would fail as only the `--insert` option would be parsed as an option and...

Change mpm.conf template for RedHat family systems. The code currently written will always expand to true as a pillar.get() call will return None in case the pillar is non existing,...