Tom Schraitle

Results 96 issues of Tom Schraitle

I'm not sure if this qualifies as a "bug", but at least it is inconsistent and brings confusion. For example, let's assume you need a list environment to describe some...

Luckily, bumpversion supports the major, minor, and patch style. However, sometimes, this is not enough. For example, when you want to track the current Git hash it would be nice...

It would be nice to allow `docopts`, another popular command line parsing library in `command_line_interface`. The user could then select between plain, click, argparse, no, and doctops.

Thanks for this package! Very cool! :) Assume I have a `tests` directory which contains a `cases` and a `struct` subdirectory. The latter contains a link. This looks like this:...

help-needed

## Situation The current documentation contains a short introduction to the ICS format, an API description, some "advanced usage" section, and others. However, in its current state, the documentation IMHO...

feature request

## Situation Actually I'm not sure if this is really something which could be addressed in this project. Maybe there are already other tools which does that. So it's just...

feature request

## Situation Currently, the situation with docstrings in classes and functions seems to me ambiguous and inconsistent. :wink: Some are pretty well documented, others are not. Additionally, some signatures contain...

## Problem Thanks for the useful git flow, I use it a lot in my projects. :+1: This issue is not about a problem in the scripts itself, but an...

# Situation Consider this use case: a developer wants to start a new project. Or another developer has an existing project. Both projects don't use Towncrier yet. In all cases,...

# Situation When calling `towncrier check` in a directory without any Towncrier config files, you get this exception: ``` $ mkdir /tmp/towncrier-test; cd /tmp/towncrier-test $ python3 -m venv .env $...