Rajiv Singh

Results 17 issues of Rajiv Singh

## Description Fixes: #460 - [x] Initialized the docs site with [Just the Docs](https://github.com/pmarsceill/just-the-docs) Jekyll theme. - [x] Refactored README.

## Description We can have a docs website for Go gRPC Middleware same as [https://grpc-ecosystem.github.io/grpc-gateway/](https://grpc-ecosystem.github.io/grpc-gateway/).

enhancement
docs improvement

## Description Avoid `for` loop range expressions that copy big objects for each iteration. It is recommended to use index-based access or use pointers instead. We can find this issue...

stale
type:improvement

fixed issue #208 Google+ is no longer available for the consumer (personal) and brand accounts so I think there is no need of button of Google+ in the post section.

Google+ is no longer available for the consumer (personal) and brand accounts so I think there is no need of share button of Google+ in the post section. ![1](https://user-images.githubusercontent.com/42106787/59993773-12a74880-966f-11e9-9a56-eb490712bd5e.JPG)

![Screenshot 2022-01-29 at 1 07 10 AM](https://user-images.githubusercontent.com/42106787/151610544-9a1d55a6-3c8c-49c5-8e41-85109b18813c.jpg)

Instead of storing the contributor's images in the assets folder, it's better to fetch GitHub avatar images of contributors using GitHub API. I have found these API: ```shell https://avatars.githubusercontent.com/ https://avatars.githubusercontent.com/u/...

## Description In file `src/pr-number-to-title.ts` found a ReDoS vulnerable RegExp (exponential) ```typescript const matches = prHtml.match( /

bug