Iblis Lin

Results 57 issues of Iblis Lin

Let's review it commit-by-commit! Some highlight: - The `__main__.py` will invoke `server.__init__.SimpleQueryServer` - The `SimpleQueryServer` support some legacy query protocol. Are we still need them? Here is the snippet about...

Hi! I read #268 and i really want the python query server! This PR import the code from kxepal/couchdb-python@9145545. And i modified the code in order to support python3. The...

### Contributor checklist: - [x] I've updated the documentation to reflect these changes - [x] I've added and/or updated the unit tests - [x] I've run the regression tests -...

```python def on_message(client, userdata, msg): # slow operation ... maybe it needs 5 minutes ``` then, I got this from mosquitto: ``` 1556772590: Client 417c5720-d208-4a0c-a60f-264b2bf91e8b has exceeded timeout, disconnecting. 1556772590:...

I'm using the ddoc list function with the native Erlang query server. It keeps `timeout`ing in a time-consuming list function, even though my `os_process_timeout` is set to `80000` . I...

Currently, we have a class `MetaInteractivePrompt` which hadle interative shell and a function `normal_mode` handle simple query from command line. But accutally, we may need more elegant abstraction like this:...

discussion

It seams that there is some global vars. Could we avoid this? or is it a necessary evil? And, i want to introduce this coding style: https://en.wikibooks.org/wiki/Computer_Programming/Coding_Style/Minimize_nesting Please comment I...

WIP
testing

https://github.com/Thibaut/devdocs

doc

http://terms.naer.edu.tw/detail/1274644/?index=8

dictionaries

https://kapeli.com/dash#docsets https://github.com/Kapeli/Dash-User-Contributions

feature
discussion