begood
begood
Used Cerberus version / latest commit: 1.3.2 - [ ] I have the capacity to improve the docs when my problem is solved. - [ ] I have the capacity...
This is example `file.sh` for sync data from mysql to elasticsearch. ``` DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" bin=${DIR}/../bin lib=${DIR}/../lib echo ' { "type" : "jdbc", "jdbc"...
[EndLess loop](https://github.com/mr2uang/sievelib/blob/master/sievelib/managesieve.py#L195) This is the line when imap server refused a connection make endless loop. If you set timeout for this class. Why not use `while time.now - time.begin <...
source code: ``` from google.oauth2 import _id_token_async as id_token from google.auth.transport import _aiohttp_requests as requests class GoogleClient: def __init__(self, client_id): self.req = requests.Request() self.client_id = client_id async def verify_token(self, token):...
At the commit: https://github.com/ycm-core/ycmd/commit/2344ca4791940841af3a9a03f7231773ac2430e7 It will produce error on line 571 on python 3.8.