Sakari Cajanus
Sakari Cajanus
For syntax highlighting to show a comment block with the correct color, vim-asciidoc requires preceding newline. It seems this is not required for the comment block to work, though.
In visual mode, pressing lu to turn selected lines to a list, lines starting with `*bold*` text lose the leading `*` when they are converted to list items. ``` *foo*...
### Did you check docs and existing issues? - [X] I have read all the lazy.nvim docs - [X] I have searched the existing issues of lazy.nvim - [X] I...
We use this package in a production system. When I was writing some more complex boolean logic, I noticed some combinations of boolean operators did not work as expected, and...
### What happens? I tried to use duckdb to copy data from PostgreSQL to SQLite, and this results in "Not implemented error" and finally a segfault with some commands. Before...