Naveen Naidu
Naveen Naidu
**For short term contributors:** we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help without wanting...
This adds the indentation feature to the Jinja2 language. This indentation is applied only to the tags of Jinja2. Closes https://github.com/coala/coala-bears/issues/2763 **For short term contributors:** we understand that getting your...
I was trying to test APQ with a server written in haskell. The following is the sample Apollo client code, I wrote to test it: ```javascript const { createPersistedQueryLink }...
# Reviewers Checklist - [x] Appropriate logging is done. - [x] Appropriate error responses. - [x] Handle every possible exception. - [x] Make sure there is a docstring in the...