st01cs

Results 5 issues of st01cs

# Description I created a connector for gerrit. It recieves stream-events and creates opsdroid event for parsing. Fixes # ## Status **READY** ## Type of change - New feature (non-breaking...

installation/packaging
connector

# Description response = await self.database[self.collection].find_one() [response] will be None when cant find document in collection, response.key() will throw exception. ## Status **READY** ## Type of change - Bug fix...

database

I installed refact by Docker in Server and VSCode plugin in client. Everythin works well, except when VSCode plugin try to complete. It is broken by "Cannot reach the server:...

First line indentation is incorrect. This PR fix it by ignore indentation of first line.

Replace python.ast with tree-sitter. This commit is just a replacement for python parser. If it works well, tree-sitter will support more language parser(C/C++, Java...)