Rezart Qelibari
Rezart Qelibari
## The Problem Trying to output the data structure in TOML format (with `-T` option) produces an error on macOS High Sierra: ```shell $ rq -tT 'id' < ./test.toml [ERROR]...
Hi everyone, this is a request for comment on a new feature we want to implement. ## RFC: Auto-Insert We, at [Astzweig](/astzweig), want to be able to automatically append a...
Allow users to control newline behaviour by defining the `nl` key in the `extra` dictionary. E.g. ```python logger.info('Some task...', extra={'nl': False}) ``` would not print a newline at the end...
1. When docopts is run inside functions it shall not exit but rather return. 2. Variables should be defined using local. This PR solves #43.
The [Wildduck OpenAPI specification](http://docs.wildduck.email/api/openapi.yml) states, that previousCursor shall be a string (e.g. in GetAddressesResponse scheme on line 3901) and yet Wildduck seems to return a boolean some of the times.
Having the OpenAPI verification badge on the README is not only a sign of quality of a great feature but also a good indicator to quickly catch errors in the...
Hi, the current Wildduck [OpenAPI YAML file](https://docs.wildduck.email/api/openapi.yml) seems to have a structural problem and hence does not validate with any of the three validators I tried. @louis-lau I think you...
Add read, write and execute rights for group. As the owner of the pid file is root, users get a problem if they have set their umask to 067, cause...