-
It would be nice to have a knob for turning this:
mystr = "A really long string that is going to go over the character limit, but as I'm writing this I forget to create a line break"
into th…
spott updated
7 months ago
-
`changelog-cli` tries to determine the appropriate next version number for the project. But the changelog is never (?) the only place in the repo that stores the version number.
There's often a `VE…
-
Many code-related PRs to this repo address formatting and linting issues.
Without a commonly agreed-upon set of tools PRs with code quality fixes might override each other. This is of course not i…
-
Running `yapf` on `h` yields a 37k-line diff, so I'm guessing it's not used regularly. For clarity, it might be helpful to drop the `yapf` docs and config if it's not being used, or use it more consis…
-
```
===> Testing for spheral-2023.03.0
===> spheral-2023.03.0 depends on file: /usr/local/bin/python3.9 - found
cd /usr/ports/science/spheral/work/.build && /usr/bin/env F77="gfortran12" F90="g…
-
High-level thoughts, based on a quick skim over [gofmt](https://golang.org/cmd/gofmt/), [pep8](https://pypi.python.org/pypi/pep8)/[flake8](http://flake8.pycqa.org/en/latest/)/[autopep8](https://pypi.p…
-
(open-mmlab) xuhj@k8s:/opt/data2/xuhj_projects/xuhj_projects/mmskeleton$ python mmskl.py pose_demo
Traceback (most recent call last):
File "mmskl.py", line 7, in
import mmskeleton
File "/…
-
## Information
**VIM version**
VIM - Vi IMproved 8.2 (2019 DEC 12, Compiled Jan 16 2022)
Operating System: Arch Linux
Whats wrong: Code-completion isn't working even though I think I h…
-
It is helpful for reviewers/contributors if you adhere to a standard python style guide. There is a package called ruff that can help you fix up your code to adhere to these.
Install ruff using `pi…
-
It seems that language server completions are not suggested for snippets inside paired delimiters. This makes it difficult to use ALE in conjunction with a delimiter auto-pairing plugin (or when deli…