Frank Louwers

Results 23 comments of Frank Louwers

@Rizhiy for some reason that's not working here. I have the following in my keybinds.lua: ``` vim.keymap.set('v', "«", function() vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("", true, true, true), "n", true) require('Comment.api').toggle.linewise(vim.fn.visualmode()) end) ``` (for some...

What's the status of this PR? It should fix #3133

> Does anyone have something different they have noticed here? Nanoserver is not going away! In fact, it's the recommended "small" Microsoft container base OS. Note that servercore is much...

> I mean you can with servercore and people do it all the time, including Microsoft. Servercore is 10 times the size of nanoserver (literally) and a lot slower when...

Could be regexp match on the SNI, but just on the protocol would be enough...

On the last question: I feel it should. It's a list of ips that deserve a special treatment and depending on if an ip is on the list or not,...

as discussed on irc, this won't work for *bsd, as those don't have /bin/bash. Better option imho would be to remove the `pipefail` option, which was introduced here https://github.com/PowerDNS/dnsdist-ansible/commit/7af757de17ab96c6687c7f8cd63aea5dd260965b as...

#121 is imho the better option, but will this up to the reviewer :)