nbari
nbari
I have a program that reads from `stdin` only when isatty returns false let input_stdin = !atty::is(atty::Stream::Stdin); When running this from a cron it always returns `true` like if there...
When disconnection/closing the connection from the server-side I get this warning: ``` [Warning] Aborted connection 14 to db: 'unconnected' user: 'root' host: '172.18.0.2' (Got an error reading communication packets) ```...
How to configure the timeout for the client when making a connection?, for testing I changed port `3306` to a random "closed" port but approximately after a minute the client...
Hi, I am trying to use `mysql_async` from existing code using `mysql` (https://docs.rs/mysql) but notice that some methods are missing or not the same, for example, the `ip_or_hostname` ``` ///...
### Your Feature Request I need to implement session affinity per backend, but I would like to use for this the real IP from the client, currently, I am using...
Disabling pager, or using `cat`, `vim -`, `more`, `less -RXF` as a pager, always return the results with a `...` suffix, the only way to remove it is by using...
is some work in progress to make a FreeBSD Port besides some benchmarks using ZFS?
improve tests for [scandir.go](https://github.com/immortal/immortal/blob/master/scandir.go) and [watchdir.go](https://github.com/immortal/immortal/blob/master/watchpid.go) mainly the onew using **kqueue** (freebsd netbsd openbsd dragonfly darwin) func (s *ScanDir) Start(ctl Control) {} and func (s *ScanDir) Scandir(ctl Control) error {}
Some users have many keys, others don't use GitHub etc, the idea then is to have a config file in where the user/key could be related and therefore simplify the...
Currently only ssh RSA keys are supported and code is very couple to it, therefore some refactoring needs to done in order to properly maintain and support new keys like...