Botond Kalocsai

Results 7 issues of Botond Kalocsai

I have played around with zoxide and it seems to be quite an improvement compared to the version of z written in Powershell (available in scoop). However, when I had...

I faced a case, where I was forced to use a chezmoi script. I had to duplicate a config file into multiple places because of the nature of the application....

I launched IPython in vi mode, using the `--TerminalInteractiveShell.editing_mode=vi` flag, and copied large chunks of code (whole file) for testing a bug, when I pasted the code. When the pasting...

I test my python code using the IPython console on Windows 10, however, when I paste chunks of code into it, the newlines in the pasted code are duplicated. I...

I have installed yarepl.nvim into my LazyVim config and I tried to use it on Windows, with IPython. When I try to send large pieces of code into the IPython...

### Did you check the docs? - [X] I have read all the LazyVim docs ### Is your feature request related to a problem? Please describe. Currently, LazyVim with Clangd...

enhancement

## Feature request Any respectable compiler has options for levels of code optimalisation and / or debug mode, that can disable `assert` statements. The `assert` statements are very powerful tools...

feature_request