Fillipe Goulart
Fillipe Goulart
For merging multiple lines there is the `J` keymap. For instance, if I have ```python def my_function( variable: int ) -> int: ``` if my cursor is on the first...
The `daci` dependency was not installed correctly for me, so I added it in the requirements.txt And the DF data, when downloaded, came with a corrupted file name. However, the...
# Description The available solvers provide solutions that always start at `0`, with the exception of heuristic solvers `solve_tsp_local_search` and `solve_tsp_simulated_annealing` in case the user provides an initial solution `x0`,...
Hi, I use [vim-sleuth](https://github.com/tpope/vim-sleuth) to automatically define the file indentation. Since it was erroneously setting indentation for R files, I included a [EditorConfig](https://editorconfig.org/) file in my root directory. While this...
**Describe the bug** I was following the documentation page on [Debugging](https://www.pantsbuild.org/stable/docs/python/goals/test#debugging-tests), and I wanted to use the better debugger `ipbd`. I added the lines ```toml [pytest] extra_requirements.add = ["ipdb"] ```...