Paul Kretschel

Results 11 issues of Paul Kretschel

The README states that this plugin uses the value "inc" for the `concealcursor` setting by default: https://github.com/Yggdroot/indentLine/blob/7753505f3c500ec88d11e9373d05250f49c1d900/README.md?plain=1#L77-L82 But that would mean that on the line the cursor is on, all...

Maybe I'm doing something wrong but if I add ```vim let g:vim_markdown_folding_level = 2 ``` to my `.vimrc`, it has no effect. The plugin will still fold every single section...

Hello everyone, this project is amazing. Thanks for all the hard work! ## Is your feature request related to a problem? Please describe. I'm using Timber in combination with the...

I can't install this package on my M1 Mac Mini: ``` node-pre-gyp info it worked if it ends with ok node-pre-gyp info using [email protected] node-pre-gyp info using [email protected] | darwin...

I just translated the Rust code to C# and compared the execution times of the two implementations. Surprisingly, the C# code seems to be almost two times faster than the...

### FAQ - [X] I have checked the [FAQ](https://github.com/jose-elias-alvarez/null-ls.nvim#faq) and it didn't resolve my problem. ### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues?q=is%3Aissue) and there are no issues with...

bug

Is there a way to retrieve the URL paths to all translation versions of the current page / post? In my case I don't necessarily have the same translations defined...

I'm getting the following error when trying to connect Kapacitor to InfluxDB (both running as Docker containers). When I disable subscriptions explicitly it seems to work, but why are subscriptions...

The formatting capability of this extension does not work well in a lot of situations. Is there any chance these issues are going to be addressed?

Running `/var/lib/postgresql/backup/bin/backup.py --rsync-backup-opts '\-rptg' --keep 30 --backup --clean-archive /archive` will fail with ``` INFO:root:Initiating backup with pg_start_backup() INFO:root:Connecting to database INFO:root:Backup label is: 20240216T184527Z Traceback (most recent call last): File...