Wolfgang Traylor
Wolfgang Traylor
# Problem When I *start* `termdown` in a terminal emulator window that has only a height of **1 line,** `termdown` tries to render the numbers in figlet ASCII art. Obviously,...
## Bug Report ### Environment ``` jrnl: v2.5 Python: 3.9.0 (default, Oct 7 2020, 23:09:01) [GCC 10.2.0] OS: Linux 5.9.12-arch1-1 ``` Installed through Archlinux package [`community/jrnl`](https://www.archlinux.org/packages/community/any/jrnl/). ### Current Behavior When...
It would be great to be able to add a Git repository hosted on [Gitea](https://gitea.io/) as an Add-on of an OSF project. Gitea is under the permissive MIT license and...
# Background When I write Markdown documents, I generally work with [Pandoc](https://pandoc.org/) and [pandoc-citeproc](https://github.com/jgm/pandoc-citeproc) to include literature references from a [BibTeX](http://www.bibtex.org/) bibliography file. # Proposal ## Benefits Including citations in...
# Current Behavior When I open a file that somebody has commented on, I don’t see that there is a comment. As you see in this screenshot, there is no...
With Popper installed through the `install.sh` script, which runs Popper within Docker, workflow steps with `uses: sh` don’t execute on the host shell. # Steps to Reproduce ```bash cd /tmp...
# The Problem A reproducible project should be **self-contained,** that is contain all files and dependencies necessary to re-execute it. For that reason I would like to **include my Docker...
Currently, Popper’s Git repository is under the MIT license, which resides in the `LICENSE` file. That is common practice for open-source projects, but it has several drawbacks: 1. The software...
On the computer cluster I am using ([Goethe HLR](https://csc.uni-frankfurt.de/)), only the login node has internet access, not the computing nodes. Therefore, building or pulling a Singularity image on the computing...
[git-annex](https://git-annex.branchable.com) is a tool to manage big files in Git repositories. In science it is used by the [Datalad](https://datalad.org) community to manage dataset. Git-annex works by managing **symbolic links** in...