laixintao
laixintao
FYI: An article about ping without root by @lilydjwg here: https://blog.lilydjwg.me/2013/10/29/non-privileged-icmp-ping.41390.html
We don't need to bumpversion on branch, only bumpversion on master.
Ping ...
What's the resident memory did it take? I think the virtual memory didn't tell anything. FYI https://www.linuxatemyram.com/
And what's your OS?
That's wired, do you still have the process? Can you try to perf the memory usage? Can this problem be reproduced?
> https://github.com/laixintao/iredis/blob/e27ea4a3025fd3b49ba1bb2bce1deb2eecdd8cb5/iredis/redis_grammar.py#L633 this line just for highlighter to know this is not a redis command but a shell command. Except this, I also need to split the input into two...
Hi sorry about your pain. I think it is because your `psycopg2-binary` not installed correctly. can you try this import on your python shell (which is the one you use...
Currently, there is a feature called `alias_dsn` which may suit your need. Both mycli and pglic are supported. https://www.mycli.net/loginpath
`pgcli --help` tells that you can use `-D dsn_name` for that: ``` pgcli --help Usage: pgcli [OPTIONS] [DBNAME] [USERNAME] Options: ... -D, --dsn TEXT Use DSN configured into the [alias_dsn]...