-
# Summary
Thank you for reporting to Elpy !
Here is a template to help you do it so your issue can be fixed as
soon as possible. Please replace this paragraph with a summary of
your issue and …
-
Quite often when running pylint with a parameter `jobs` other than 1 I get this error message for each file:
```
Traceback (most recent call last):
File "/Users/myuser/.virtualenvs/myvenv/lib/pyt…
-
### Steps to reproduce
1. Define the following three files:
a.py
```python
""" Mandatory Docstring """
def fun_a():
""" Mandatory Docstring """
pass
def fun_b():
""" Manda…
-
I wanted to create a naive `DatetimeArray` with `pd.array`, but that doesn't seem very easy or even impossible:
Specyfing `dtype='datetime64[ns]'` gives a numpy backed PandasArray:
```
In [7]: pd…
-
Emacs just popped up this buffer while I was trying to get a variable name to complete.
There was really only one way to complete the variable in question, and company was already showing it. I typed…
-
My favorite editor sucks ... is changing my php code without my authorization ... I already tried to uninstall several plugins and it did not solve ... I will have to work with sublime this way ... :(…
-
Issue Type: Bug
Backend TkAgg is interactive backend. Turning interactive mode on.
Traceback (most recent call last):
File "c:\Users\ratanase\.vscode\extensions\ms-python.python-2018.9.0\pyth…
-
### Steps to reproduce
1. Make any method that throws an exception external or internally created.
2. Uses google style add `Raises` section.
3. If we simply mention the name of the exception, it w…
-
Is there a way to switch to flycheck instead of flymake?
-
Re-raising a point for discussion similar to #2933.
Nowadays we're using `tox` and the CONTRIBUTING.md guide says that one is supposed to use `tox` or `detox` to run tests.
It took me more than …