-
I'm just wondering what the best way is to go about updating the `jupyter_contrib_nbextensions` package, along with getting the updates for the extension packages themselves?
From the install inst…
jgors updated
7 years ago
-
Right now we have this current format behavior:
``` python
foo(a=1, b=2,)
foo(a=1,)
# formats to:
foo(
a=1,
b=2,
)
foo(a=1,)
```
i.e., `foo(a=1,)` stays as is because there is only one com…
-
## Information
**VIM version**
```
:version
NVIM v0.5.0-95-g2e14dffbb
Build type: RelWithDebInfo
```
Operating System: arch linux
## What went wrong
When enabling the `isort` fixer, i…
jaapz updated
2 months ago
-
Adding some autoformatting tools that will enforce code style to be consistent across all code base.
I suggest to use one of the most popular in OSS - https://clang.llvm.org/docs/ClangFormat.html.
…
-
**Describe` the bug**
In my python file a line with more than 80 characters exists but black doesn't split the line into multi lines due the line length constraint.
**To Reproduce**
the is my "te…
-
Hi!
I've seen that in near-api-js there is some linter and that you're using github workflows for CI (https://github.com/near/near-api-js/blob/master/.github/workflows/pull-request.yml)
Would yo…
-
Your code is a markdown code snippet formatter. That's the project purpose OK.
Your code is formatting block that could be invalid.
So your code is somehow also a linter, as you are able to know wh…
-
python inference_gfpgan.py -i inputs/whole_imgs -o results -v 1.4 -s 2
Traceback (most recent call last):
File "/home/MKN/GFPGAN/inference_gfpgan.py", line 7, in
from basicsr.utils import im…
-
Today, I tried to use code actions to insert a new import statement and got the following exception:
```
[ERROR][2024-07-23 18:30:12] .../vim/lsp/rpc.lua:734 "rpc" "/Users/xyz/.local/share/nvim/ma…
-
First of all, I really appreciate your usefull plugin that makes formatting very easy.
Also, please note that I'm very new to neovim, although I've experienced vim for several years.
I have the fo…