Hrusikesh Panda

Results 27 issues of Hrusikesh Panda

Would be nice to have an option to only update the top N PRs or PRs newer than a certain date. This will help in keeping CI/CD costs low by...

Is it possible to deploy this to a self-hosted service? The source code kind of assumes public GitHub for URLs and stuff so it doesn't seem possible at the moment...

Running reviewdog with [jsonlint](https://github.com/zaach/jsonlint): `./node_modules/.bin/jsonlint -q -c $i | ./reviewdog -efm="%f: line %l, col %c, %m" -name="json lint" -reporter=github-check -fail-on-error` ``` 2020/07/12 06:03:26 [json lint] reported: https://github.com/mrchief/test-super-linter/runs/862206024 (conclusion=success) 2020/07/12 06:03:27...

question

This seems like a great project but almost nothing has happened for a year. Are there plans to maintain this in the future?

**Is your feature request related to a problem? Please describe.** Currently, `ideas` do not link to anything ![image](https://user-images.githubusercontent.com/781818/54294952-81610a00-4588-11e9-99a8-ae6123a3e380.png) **Describe the solution you'd like** I think we can make them link...

enhancement
status: waiting for feedback

- `all-contributors-cli` version: 5.4.1 Problem description: Currently, `add` let's you manually add contributors. However, for existing projects, it may be tedious and error prone to follow this manual approach; thereby...

enhancement
status: accepted
priority: high
pinned

I assume this rule ensures that there is a newline between usings and namespace declaration. However, it should not insert an empty newline if there are no usings like in...

Seems like `DataAnnotationsModelMetadataProvider` is gone in vNext. Instead there is a `DataAnnotationsMetadataProvider` but it doesn't expose any virtual members to override. This is my attempt based on the `DefaultModelMetadataProvider` not...

jump in

I see that `out` path option is passed to `build-storybook` and I was wondering if we could allow passing `--quiet` as well. This will cut down chatter in build logs...