Thomas Wimmer

Results 94 comments of Thomas Wimmer

Re-adding support for `podman` would be nice.

I have the same problem. Even `ethan-wspace-clean-all-modes` does not work, i.e., it does not modify the buffer. I'm using emacs-24.4-dev (from the git mirror) and the git version of ethan-wspace....

Not really. The behavior of `ethan-wspace-clean-all-modes` is indeed confusing. Thx for mentioning `ethan-wspace-clean-all`, it works a bit better than `ethan-wspace-clean-all-modes`, except that when I'm on a line with whitespace issues...

See https://github.com/pytorch/pytorch/issues/2575

Thx for the suggestion @fduxiao. Since sphinx-apidoc doesn't seem to be so complicated, I'll consider fixing the issue upstream when I have time. For the current issue, I guess we...

I'm also interested in this feature. BTW Are there plans when the tensor related branches by @garth-wells will be merged?

Why not just try to checkout the repo with a shallow clone and then check the return value. If it is different from 0 then try it without --depth.

> First of all: This is Emacs using Git master, right? Yes, this is a bleeding edge emacs ;) I created this issue, because there may be performance problems in...

I think I have the same issue. My init.el contains commented out elisp-code, which probably causes the `Unbalanced parentheses` error.

@lig If we add support for specifying a logger in `_pytest.logging.catching_logs` you can use the following code to tell caplog the logger you're interested in ```py import logging from _pytest.logging...