Anton Pirogov
Anton Pirogov
* Cookiecutter version: 2.5.0 * Python version: 3.8 * Operating System: Linux ### Description: When using `get_user_config()`, the method fails with an exception instead of returning default values, if the...
### Motivation The current specification does not really say how `author` and `maintainer` must be like and provides an *Example*, most packages tend to use a free-form name for `author`...
This worked up to `typing_extensions` version `4.5.0`: ```python from runtype import is_subtype from typing_extensions import Literal is_subtype(Literal[1], Literal[1, 2]) ``` Now with typing_extensions 4.6.0 and upward (and Python 3.8) I...
### Description of the bug Using `interrogate` as a pre-commit hook: ``` - repo: https://github.com/econchick/interrogate rev: "1.5.0" hooks: - id: interrogate files: "^src/" ``` results in: ``` interrogate..............................................................Failed - hook...
The fix in #42 apparently did not work, the problem still persists with codemetapy 2.5.1: ``` [tool.poetry] name = "somesy" version = "0.1.0" description = "A CLI tool for synchronizing...
It would be great if codemetapy could be used as a pre-commit hook to automatically synchronize e.g. `pyproject.toml` to the `codemeta.json`. Currently I have to add it to my dev...
Minimal working example: ```python from rdflib import Graph, Literal from rdflib.namespace import FOAF # graph = Graph() # works graph = Graph(store="Oxigraph") # does not work graph.add((Literal('1'), FOAF.name, Literal('2'))) ```...
Currently, if you do not have an empty line at the end of a file, it produces warnings such as: ``` Warnmeldungen: 1: In readLines(path, encoding = encoding) : unvollständige...
Currently the only way to have the same page appear in both learners and instructors view appears to be duplicating the content. A clean solution would be either to allow...
I would love to just use rsync-sidekick, but apparently this is restricted for cases where source and destination directory are local. It would be extremely useful if it would support...