Dina Basumatary

Results 19 comments of Dina Basumatary

I checked this in https://github.com/verdaccio/verdaccio/tree/5.x and found to be fixed? Is there any work left on this? Or need to do replicate it in master? Code in 5.x ``` type...

I tried it out, it looks like there are no network requests being made. Also, no errors on console. I guess the frontend is validating the payload and swallowing the...

This behaviour is only observed in `application/json` content-type. For parameter content type of `application/xml`, it sends the request successfully which is because the validation step passes. There is redux action...

After going through the network logs (in chrome dev tools) I see that browser is receiving HTTP 404. The url in the page is not valid anymore. On trying the...

Hi @DSchau, Will this issue resove if the developer created a new account in onegraph and used his/her appId in .env file ('GATSBY_OG_APP_ID')?

Hey @zillemarco, sounds interesting. It will definitely simplify the filtering process. Where would you like that to be logged?

Great! I have some ideas around refactoring the `get.ts` file and making it modular and more readable. I'll include the logging changes there. I'll send a PR soon.

Hey @lucavallin @zillemarco, I was thinking of introducing `.env` file to the project and add all these vars below and more to the file. ``` REPOS_PER_REQUEST=25 MAX_ISSUES=10 GH_PERSONAL_ACCESS_TOKEN= ... any...

At first, my idea was to record comprehensive information regarding why a repository didn't meet the criteria. However, it appears that filtering occurs at various stages, such as during the...

@okwasniewski I'd be keen to give it a shot. Do you have any contribution guidelines or documentation on setting up the project the right way? I want to make sure...