Naveen Nathan

Results 9 issues of Naveen Nathan

It would be nice for z.lua to support remembering and selection for file paths similar to [fasd -f](https://github.com/clvv/fasd).

I really like the Python extension pattern docs. This is something I together to demonstrate how to log in an extension. It is missing a few things: 1. Using logging...

`snmpwalk` descends the the OID tree performing an SNMP request/response for each OID. Therefore if snmpwalk is to descend an OID tree with 10000 values, it must send/receive 10000 packets...

enhancement

Hi, I'm looking at using QUIC for doing mutual TLS. It took me awhile to figure out even though it's rather easy to implement. I first reached for the ssl...

The apps/client example doesn't verify peer when the `--trust-origin-ca-pem` is specified. Before: ``` $ target/debug/quiche-server --name localhost --listen [::1]:4443 --cert certificate.crt --key private.key --index index.html --root $PWD [...] $ target/debug/quiche-client...

I run Tunnelblick (OpenVPN) on host which split tunnels a subnet 100.100/24 to corporate. When using UTM guest using Apple Virtualisation in either NAT or bridged mode, I cannot seem...

### Windows Version Microsoft Windows [Version 10.0.22631.3880] ### WSL Version 2.0.14.0 & 2.2.4.0 ### Are you using WSL 1 or WSL 2? - [X] WSL 2 - [ ] WSL...

network

Using the `init.lua` in the repo, guess-indent.nvim doesn't load. I had to supply `opts = {}`, so it would load the `setup()`, and it would work: ``` -- {{{ [[...

I have the following config form kickstart (a few lsps/formatters installed myself), when I set clang cmd to "xxx" or lua cmd to "xxx", everything appears to work fine, indicating...