Amol Grover

Results 9 issues of Amol Grover

Does this not work with pull requests from forks? I'm getting the following error: ``` { "message": "Resource not accessible by integration", "documentation_url": "https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue" } { "message": "Resource not accessible...

Currently, Travis is run in `--non-interactive` mode. Since we are testing in CI, therefore `--ci` flag should be used to maintain uniformity. (Note: `--ci` is an alias for `--non-interactive`) difficulty/newcomer...

area/documentation
area/aspects

### Command Run ``` $ coala --json --filter-by some_unknown_filter_that_doesnt_exist ``` ### Output ``` [ERROR][14:47:33] An unknown error occurred. This is a bug. We are sorry for the inconvenience. Please contact...

## Overview Description Sending EOF signal to `coala -A` results in EOFError ## Steps to Reproduce 1. run coala with `-A` or `--single-action` flag 2. press Ctrl-D(EOF signal) 3. EOFError...

type/bug
difficulty/low

``` [DEBUG][16:47:14] Running bear CheckstyleBear... [DEBUG][16:47:14] The bear CheckstyleBear raised an exception. If you are the author of this bear, please make sure to catch all exceptions. If not and...

`gimme --known` doesn't output anything. Technically it should return a list of go versions that could be installed. Note: I cloned the repository and ran `./gimme --known`

bug

# Data Structure - [x] I have gone through the repository and made sure this data structure has not been implemented ## Information about my new data structure - **Data...

Hacktoberfest

I am exploring usage of websockes with curl-rust and looking for pointers on the same. Specifically I'm trying out the [connect only model](https://curl.se/libcurl/c/libcurl-ws.html) mentioned in libcurl documentation. But from the...

[CURLOPT_SSLVERSION](https://curl.se/libcurl/c/CURLOPT_SSLVERSION.html) allows setting minimum and maximum TLS version. curl-rust supports all `CURL_SSLVERSION_*` macros which are used to set the minimum TLS version, but `CURL_SSLVERSION_MAX_*` macros are unavailable which are used...