Rezart Qelibari
Rezart Qelibari
@andris9 Thank you for your feedback! I have some follow-up questions: 1. I do not quite understand, why a new plugin system is needed. There is already a plugin system...
@andris9 just a ping.
Hello @lug-email, That is weird indeed. There should be no reason for the scripts not to work on Ubuntu 16.04. A few questions: - Have you resolved your problem by...
Wildduck can store a list of tags with each user. You can use these tags, to quickly find the users in question. Look at the [API documentation](https://github.com/nodemailer/wildduck/wiki/API-Docs#search-and-list-users) for further information.
No, the current API does not define a way to update a filtered list of users simultaneously. You have to retrieve a list of user ids and than update each...
@csalazar Just run: ```python import logging; import click_log; [...] click_log.ColorFormatter.colors['info'] = dict(fg="green") ``` This way all `info` tags should be green.
Of course. ```bash #!/usr/bin/env bash sayMyName() { eval "`docopts -f -V - -h - : "$@"
@louis-lau I can do that. I'm not sure, however, that this is the only thing wrong with the spec (e.g. see issue #420). How did you write the file when...
Question: Do we actually need more features from the JSONPath module? The current implementation (as we used it in clamp) seems to have all the features we desire. Is there...
Convinced!