r3h0
r3h0
FWIW, the reason I'm trying this library is that I can't seem to control/prevent rebalancing with `rdkafka` (for which I have a working version already). Hence, my feedback regarding this...
A similar issue comes up with `scp`. When I type `scp group/host1:/` and hit TAB, the auto-complete fails to understand the path. With names like `scp group-host1:/` it successfully completes...
@Julien-R44, I love the idea of configuring FastSSH through comments in my SSH config file. Would I be able to configure the colors that way also? I default to light...
`exa` rocks! Thanks for making it! In addition to my :+1:, I have a small disagreement with the original request, and I have two ideas for how this flag could...
From this comment, it appears that the existing implementation applies only to Layer 4. > This doesn't leave any good way of whitelisting at the TCP level which should take...
With the caveat that this is my first time looking at Deno's source code, the feature doesn't appear to require major changes to the implementation of `allow-net`. [`fetch` already calls...