Bob Weinand

Results 325 comments of Bob Weinand

Not sure whether we currently support TLS on initial connect at all (only upgrade to tls). Need to check and try myself.

I'd opt for watching, but doing that AFAIK requires access to a syscall (i.e. fanotify/inotify etc.), which requires an extra ext. We could do that _optionally_, but by default we...

On Windows System.IO.FileSystemWatcher is a thing, it just needs to be available in an ext…

@kelunik In that case you need RegistryKeyChangeEvent (you can access these WMI events via COM).

I'm not too sure about the API. Eventually, we could have the argument named `"--"` for that, or have an extra method for that. I prefer a `"--"` argument as...

@joetannenbaum any update on this?

An unparsed variant. That's the point of the `--` separator in general. So basically: `'--port 80 --host localhost'`

Looks nice, but usually trailing args should also work without explicit `--` at the end for arguments without starting `-` ... if that is possible? :-) Thanks! (See also initial...

@joetannenbaum so, what do you think?