Hinagiku Soranoba

Results 16 issues of Hinagiku Soranoba

### New Issue Checklist - [x] I have tried with the latest version of OHHTTPStubs - [x] I have read the [README](https://github.com/AliSoftware/OHHTTPStubs/blob/master/README.md) - [x] I have read the [Using the...

### Checklist - [x] I've checked that all new and existing tests pass - [x] I've updated the documentation if necessary - [x] I've added an entry in the CHANGELOG...

* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). # Report If the CocoaPods framework uses images, it may not be able...

``` phone.go:70:47: SA4030: (*math/rand.Rand).Intn(n) generates a random value 0

resolve https://github.com/go-ozzo/ozzo-validation/issues/143 Please see the issue for details.

ref: - https://github.com/go-ozzo/ozzo-validation/blob/34bd5476bd5bb4884aee8252974da4cd4e878a75/util_test.go#L253-L255 - https://github.com/go-ozzo/ozzo-validation/blob/34bd5476bd5bb4884aee8252974da4cd4e878a75/util.go#L119-L124 Do you need to treat specially time.Time? I want all structs to be treated the same.

There are [some parameters](https://github.com/elastic/elasticsearch-php/blob/6c9c0a765f8b31c1d9f1a5af4de2f53fd7298e38/src/Elasticsearch/Client.php#L766-L785) that we can specify in `Elasticsearch\Client` but not in this library. e.g. one of the strategies to improve performance is to limit the shards by specifying...

Hi, I have a question. Is grape-swagger [Example Object](https://github.com/OAI/OpenAPI-Specification/blob/e9d2225c00fdb92dc47c5cbe983e127047102ddf/versions/2.0.md#response-object) supported? If it support, please tell me how to specify it. I could not find it =( If it do not...

In Elasticsearch, escaped characters may be contains in index name. ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/date-math-index-names.html ``` # PUT / PUT /%3Cmy-index-%7Bnow%2Fd%7D%3E ``` Notice that we have to escape the `/` here. In Golang,...

- Fix a log message. - Permit the coexistence of `behavi[o]r` and `behavi[ou]r`. (1) - Permit the coexistence of supervisor and other behaviour. (2) (1) ``` erlang -behaviour(module_a). -behavior(module_b). ```...