Cormac Relf
Cormac Relf
See https://github.com/LouisBrunner/dnd-multi-backend/issues/34 Things are working pretty smoothly on `v5.0.0-rc01`.
Use case: sending only Active Directory requests through a VPN tunnel. Active Directory uses SRV records to direct clients to the kerberos and LDAP services (which aren't necessarily all on...
It's not a purely cosmetic idea. + and - in the first column of text makes it very easy to get diff syntax highlighting when you copy and paste test...
Sometimes working on a big code change, your LSP starts shouting at you. Many of these are often warnings, many more are hints. Often a single error in code will...
Fixes #1312 for coq. Unfortunately it does not fix this for every language, but as a general rule for fixing other languages that should support unicode identifiers, replace `[a-z]`/`\w` or...
``` "file.rb" [New File]^C Command terminated Error detected while processing /Users/cormac/dotfiles/vim/vim.symlink/bundle/vim-ruby/ftplugin/ ruby.vim: line 82: Interrupted Error detected while processing /usr/share/vim/vim73/ftplugin/ruby.vim: line 1: Interrupted ``` It seems like there's some problem...
Fixes #76 ```sh $ cargo run -q -p dog -- HTTPS crypto.cloudflare.com # line wrapped for github HTTPS crypto.cloudflare.com. 4m07s 1 . alpn=h2 ipv4hint=162.159.135.79,162.159.136.79 ech=AEb+DQBCigAgACDsxSq7stP1EM9FNA8OgbEid4L0EMilddE8PIc6s8xYCwAEAAEAAQATY2xvdWRmbGFyZS1lc25pLmNvbQAA ipv6hint=2606:4700:7::a29f:874f,2606:4700:7::a29f:884f ``` And piping the...
See https://github.com/image-rs/image/issues/1067 Possible improvements - Rename to match `png::PixelDimensions`, which is not really an accurate name because it doesn't represent the size of a pixel, but the density of an...
Pandoc syntax sets `:syn spell toplevel`. Some other language syntaxes use `:syn spell notoplevel` to enforce no spelling unless in a comment (even though that is already the behaviour of...
Motivation: https://github.com/andymass/vim-matchup/pull/140 -- see the query file https://github.com/andymass/vim-matchup/pull/140/files#diff-d74a0aa0bf2225f5b3d440f88938de06c9c0373c035643ba22aed5a34d5ffcc5 for the specific queries. Before, it looked like this: ``` if ... { } else if let ... = ... { }...