Julian Hossbach
Julian Hossbach
### Observed behavior When multiple files (here .cpp files) are present and are mentioned in the `compile_commands.json` file, the `go-to-definition´ will jump into files with objects with equal name (tested...
Hey there, I think the default Jabref abbreviation for `Laser & Photonics Reviews`, namely `Laser Photonics Rev` is missing a dot at the end. Cheers
Hey, I was thinking about adding a plugin for linting the code using ruff for the python language server (https://github.com/python-lsp/python-lsp-server) but it seems like there already exists a language server...
Minimal `test.py`: ```python def test_func(): """Some test function. Returns ------- None """ pass ``` Fixing with `ruff --isolated --select="D413" --fix test.py` adds unnecessary whitespace (`W293`) ```diff --- a/test.py +++ b/test.py...
Closes #4222 `scikit-build` is used to build espresso with CMake and install `espressond` in the `site-packages` directory. This should also resolve the issue with paths in virtual environments without needing...
Hey, I was looking for a description of the `CO_f1ecac` feature in the overview table but there doesn't seem to be any mention of that feature. I think it might...
Closes #4933