Results 36 issues of _kmz

Here are the latest master code. ![image](https://user-images.githubusercontent.com/17923071/102057965-bf5c2380-3e29-11eb-8f20-471aefb6a36f.png) As you can see, the method `fillFromStatmWithContext` didn't collect the Swap value so it will always be 0. I read https://github.com/shirou/gopsutil/issues/620 and it...

bug
help wanted
area/procstat
size/m

## Description Some of my databases cannot be connected with `pgcli -D ` from several days ago. ``` [alias_dsn] sdb = postgresql://postgres:[email protected]/scenedb ``` ![image](https://user-images.githubusercontent.com/17923071/83240317-cd1ec400-a1cb-11ea-88da-a8d5a97ca5a8.png) But `pgcli -h -u xxx` works:...

- **InfluxDB version:** 1.7.6 - **InfluxDB-python version:** 5.3.1 - **Python version:** 3.8.6 - **Operating system version:** Linux version 5.4.85-1-MANJARO (builduser@LEGION) (gcc version 10.2.0 (GCC)) #1 SMP PREEMPT Mon Dec 21...

In order to access existing database, I put these code into conftest.py according to https://pytest-django.readthedocs.io/en/latest/database.html?highlight=rollback#using-an-existing-external-database-for-tests ``` @pytest.fixture(scope='session') def django_db_setup(): settings.DATABASES['default'] = { 'ENGINE': 'django.db.backends.mysql', 'HOST': 'db.example.com', 'NAME': 'external_db', } ```...

It seems that the syntax of PSFzf code is not supported by my Powershell. ``` > Import-Module PSReadline > Import-Module PSFzf At C:\Program Files\WindowsPowerShell\Modules\PSFzf\2.5.10\PSFzf.psm1:1407 char:61 + Bind = @('ctrl-/:change-preview-window(down,50%,bord ......

**Describe the bug** Nothing happened after `MarkdownPreview` command. No page opened in browser and no error raised in Vim. No `markdown-preview` in `ps -aux`. Seems that no server is running....

![image](https://user-images.githubusercontent.com/17923071/188607036-171adee7-d755-4e55-8f87-9f814f40d247.png) 1. Left side is the code of `procstat` and the right side is where these fields are from. Why keep these empty values? 2. What's the meaning of `cpu_time_idle`...

area/procstat

wdd脚本加了两个环境变量支持: 1. 指定Python环境,我系统里经常虚拟环境切来切去,wd就会提示我装lxml和bs4 2. 指定less之类的pager程序,看长文本比较方便 向后兼容,对原功能无影响

### Please select which platform you are using Linux ### Was this something which used to work for you, and then stopped? I never saw this working ### Describe the...

bug