Charles-Axel Dein
Charles-Axel Dein
## Question **Description** I have the following (shortened) structure: ``` CHANGELOG.md docs/ docz.js package.json src/ my-docs.md ... # (lots of other folders) ``` My `docz.js` is almost empty. Nothing special...
# Feature Request It would be great to include API documentation. The Usage docs are great as a walkthrough, but when you want to go fast ("what is the name...
Everything's in the title :)
## New feature motivation Here's the use case: I'm on my feature branch, and I'd like to see how the changelog looks like. I've tried using `--dry-run`, but it fails...
`PullRequest.edit` does not allow a `draft` attribute: ```python def edit( self, title=github.GithubObject.NotSet, body=github.GithubObject.NotSet, state=github.GithubObject.NotSet, base=github.GithubObject.NotSet, ): ```
# Pull Request Check List Resolves: #3810
Hey, Is there a way to display the progress bar in the terminal while redirection the test output to a file? Obviously this does not display anything in the terminal:...
Hi, After a few minutes of use, my Vim is getting very slow, even when something as simple as moving the cursor. I profiled the running function and got this...
In its current state, `doubles`'s `and_return_future` only returns `concurrent.futures.Future` or `tornado.concurrent.Future`. ```python def _get_future(): try: from concurrent.futures import Future except ImportError: try: from tornado.concurrent import Future except ImportError: raise ImportError(...
It would be nice to know why arguments do not match when there's a single allowance, e.g.: ``` doubles.exceptions.UnallowedMethodCallError: Received unexpected call to '...' on . The supplied arguments (...)...