Manuel
Manuel
It was working quite well since I noticed that it stopped doing it. When I execute the command `TroubleToggle lsp_definitions`, I get the following output ``` Error executing vim.schedule lua...
I realized that when using Python built-in dataclasses, the following scenario is not detected: ```python3 from dataclasses import dataclass @dataclass class MyClass: val = [] # Mutable data structure ```...
I have been reading about the possibilities of this plugin and I like its potential (specially this Flog V2) congrats! Among the features I feel it is missing, is the...
I have been trying to set this linter up. From `languagetool.lua` I could see that the executed command that should retrieve the corrections is `languagetool --json --stdin`. However, in my...
When selecting a new track in the `:Spotify` menu, preserve the current device where I am playing the music. Whenever I am choose a new song (listening music from my...
Using the `gooey 1.0.81` , `windows 10`. The `increment` feature does not change anything. It is always shifting by 1. I can see that there are some differences between the...
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
At first, the debugging console said that the executable could not be found in `$PATH` after adding it, I was getting the following error: ```shell Error while running "yamllint": spawnSync...
So far I found this strange behaviour when trying to silence some `import_failed` error codes. Here is a minimal example: ```python # Error not reported in this file -> OK...
Given the following mock project: ``` root/ └── lib/ ├── a.py └── b.py ``` ```python # a.py # Empty ``` ```python # b.py import a ``` For this example I...