Maxim Ivanov

Results 5 issues of Maxim Ivanov

1. Run ```make```. 2. Get message ```make: Nothing to be done for `all'.``` The directory ```build``` with the desirable content is not created as a result. OS Windows 10

This PR attempts to address https://github.com/cookiecutter/cookiecutter/issues/1444 When the template is downloaded and the user is asked whether the template should be re-downloaded, then the following steps are carried out. 1....

I noticed that there is an issue with highlighting the options is magit. For example, if I open magit-log, then there are multiple options, like -h to show headers. Unfortunately,...

bug

#### What's the problem this feature will solve? Approximate equality of complex objects using ``pytest.approx``. ``` import pytest class Item: def __init__(self, x): self.x = x a = Item(1) b...

type: proposal
topic: approx

# Bug report ## What's wrong When I go to https://classes.readthedocs.io/en/latest/pages/concept.html I can see that the scheme, which follows the sentence "To use typeclasses you should understand these steps:" is...

bug
documentation