laixintao

Results 95 issues of laixintao

Hi, I tried `example/datatable.py` and it shows like below on my mac: ![image](https://user-images.githubusercontent.com/9675939/55604540-e3d1b280-57a2-11e9-9ab8-ca040c9b5772.png) What did you have been working on? I would like to help with this project.

Hi, I want to use Prometheus to collect metrics of rq. we have https://github.com/mdawar/rq-exporter already, but I don't like the idea that we need to a separate wsgi app(process) to...

Add a test widget below and user can add more hosts in pingtop's TUI without quitting and change the parameters.

## Description This feature enables the user to config history file location for specific dsn. close: #535 ## TODOs - [ ] `--hisfile` support - [ ] history file per...

Hi can we support static IP address? Why do I want it: I want to have etcd running in a container provided by footloose, but there are some configs don't...

redis tls: https://redis.io/docs/manual/security/encryption/ try to keep the same args with `redis-cli`: ``` ./src/redis-cli --tls \ --cert ./tests/tls/redis.crt \ --key ./tests/tls/redis.key \ --cacert ./tests/tls/ca.crt ``` - [ ] add test case...