ZisIsNotZis

Results 6 issues of ZisIsNotZis

`pip install autodp` will fail like below. The setup script should specify an encoding in `open(...)`. ```cmd C:\Users\xxx>pip install autodp Looking in indexes: https://mirror.baidu.com/pypi/simple Collecting autodp Using cached https://mirror.baidu.com/pypi/packages/78/7c/63aa6d37b9d9f0f68d1231e1b3247c3ac83c634f451f8bcbd9a5c7a55db0/autodp-0.2.tar.gz (39...

### Is your feature request related to a problem? I'm using `aiohttp.web` and `aiomysql`. Before reading the source code, I had no idea weather I should: - Keep a global...

enhancement
docs

Some kind of prune command like `docker system prune`, `docker container prune` or `docker image prune` would be nice, to remove dead containers and unnamed images. Otherwise people have to...

enhancement

``` WebGLM Initializing... WebGLM Loaded [Enter to Exit] >>> hello [System] Searching ... [System] Count of available urls: 10 [System] Fetching ... [System] Count of available fetch results: 3252593 [System]...

There is a preference page of TabNine running on http://localhost:5555, but I'm not sure how to access it since there's no link inside jupyter menu / command palate, and directly...

It would be nice to have `memoryview` supported to support zero-copying. Currently it seems that only `bytes` are supported which can't share memory with other objects