Mark Woods
Mark Woods
Hi, First, thanks for vim-grepper, this is a great plugin. The prompt is brilliant, and neatly fixes the problem of having to manually escape `#` and friends when searching. One...
Demos.ru ranges 192.124.192.0 - 192.124.207.255 are now allocated to Fluency Communications, a managed network provider based in Edinburgh, UK Thorn.net ranges 216.213.128.0 - 216.213.191.255, are now allocated to Gigaclear, a...
The default word wrap limit changed from 100 to 80 in commit 71e8425, but this was un-documented other than a reference to the old 100 limit in `examples/custom_renderer/main.go` Remove the...
Hi, There is a reference to a default word wrap limit of 100 in the following custom renderer example: https://github.com/charmbracelet/glamour/blob/e70ff2d969da09440de65385f992abd31a2a150e/examples/custom_renderer/main.go#L13 This no longer seems to be true, it was only...
The default word wrap limit in Glamour is 80, see https://github.com/charmbracelet/glamour/issues/161 This causes problems rendering hard-wrapped text and blockquoted text. For example, with a PR body hard-wrapped at 80 (not...
When the wildignore options file is a temp file it can be deleted by other processes which clean up temp files, so check the file is readable and re-create if...
Hi, I ran into problems using ar_sendmail with a mail server that can use tls, but doesn't have a valid certificate, and made a couple of changes to the code...
Glamour renders \n as visible error when rendering VimL code blocks. This is due to lexer bug in Chroma, now fixed, but yet to be released, combined with the code...
Hi @rhyeal, I also updated the website files to avoid having to build from a template. Installation instructions are now generic and refer back to the readme except for Ubuntu...
Hi @rhyeal, As the CircleCI config was outdated and no longer running, I've removed it. Could you remove the checks from the repo when you have time, thanks.