Michał Modzelewski

Results 7 issues of Michał Modzelewski

Hi, I'm trying to use distant on Windows 10 (not in WSL) and after some failures to run distant.nvim from nvim, I have tried to run the cli directly. It...

bug

Hi, I have installed distant.nvim with Plug, and even though the binary works, distant.nvim seems not able to locate the dll: ``` :DistantSystemInfo Rust library not found! What would you...

bug

### Problem Statement I want nvim-dap to allow easy toggling of the BreakpointExceptionFilter, to allow catching different types of exceptions. I am learning how to use it with debugpy for...

Hi, it seems that the codebase is not annotated making the discoverability of methods difficult and static code analysis not working. Any plans on adding type hints?

feature

Hi, it seems that there were no updates to this package for a year now. How one can contribute? I would like to fix few pain points I have with...

Hi, after running black reformatter (with `:!black %`) on the python script, the contents of jupyter notebook are not changed, and running `Neopyter sync current` is not doing anything. Turning...

Hi, I have a rather big result to download from an oracle database into a csv file, and the results fail to save. Downloading with dbeaver on the same query...