-
## Information
**VIM version**
```
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jun 06 2019 17:31:41)
Included patches: 1-1453
```
Ubuntu 18.0.4
## What went wrong
vimrc conta…
ghost updated
4 years ago
-
We're consolidating on autopep8.
Work:
* Configure Travis script to check for a zero diff between the code as it is and autopep8 code.
* Creating some quick docs to show users how to create their…
-
安装的时候 报错
Error during installation
```
pip install -v -e .
Installing collected packages: six, python-dateutil, kiwisolver, cycler, matplotlib, terminaltables, pycocotools-windows, mmdet
…
-
Hi,
Thanks for your contribution of mmaction which is an awesome open-source project on the GitHub! I have a few questions about the performance of AVA model which is in the model zoo.
My question…
-
Unless I am missing something this should be allowed by E251. Since E251 is
" E251 unexpected spaces around keyword / parameter equals" and there are no extra spaces here
``` python
foo(bar=
1) …
-
## Information
**VIM version**
```
NVIM v0.5.0-140-g402afb089
Build type: RelWithDebInfo
```
Operating System: Arch Linux (`uname -a: Linux ArchThinkPad 5.3.7-arch1-1-ARCH #1 SMP PREEMPT F…
-
## Describe the bug
The expected package versions are not available for python 3.9
Install output:
```
lmacan@pop-os ~/Deeploy (devel)> pip install -e . …
-
I want to build a correct environment, but I can't find it in the folders.
-
Thanks to Guido extensive advertisement (meh.), I've realised that a lossless AST (parse tree) is build in the python stl under the name "lib2to3" for the 2to3 tool.
Since this parser is way more eff…
-
After installing all necessary packages and dependencies including "mmdet", still keep getting the following error:
Traceback (most recent call last):
File "/Users/kc/AudioGPT/audio-chatgpt.py", …