Souvik De

Results 162 comments of Souvik De

@lazycipher I would like to work on this issue, I can see that [here](https://github.com/codeuino/social-platform-donut-frontend/blob/master/src/reducers/postReducer.js) there is a `GET_ALL_POSTS` that I guess is fetching the data from the API, If we...

@derberg I am getting this error while running `npm run pack:win` I am unable to find shasum for windows. ![image](https://user-images.githubusercontent.com/41781438/200851477-4318b2a2-3166-45e0-a1c7-ed050983033f.png)

I think this is where the issues is https://github.com/asyncapi/cli/blob/2cc269700fdca55f65bd5ed0d63a1c2726d25011/src/commands/new/file.ts#L145 https://stackoverflow.com/questions/27367261/check-if-file-exists-case-sensitive https://forums.raspberrypi.com/viewtopic.php?t=119198

Yeah, could we change the `file-name` that we get as input to lowercase and then create the file, or will it create inconvenience for the user?

> @Souvikns We can do this when the user tries to create a file of the same name but different case it should get a message that a particular file...

@derberg now everything runs, and we get two `.exe` files, and it looks like it is the installer. ![image](https://user-images.githubusercontent.com/41781438/233114174-148dc3d6-0f93-4502-8c5e-275144fc9fd9.png)

> @Souvikns how about we push it through AsyncAPI Mentorship? Yeah definitely. One question though will all these be different projects or a single project from CLI?

@aayushmau5 can you let me know if you are facing the same issues with the tests now?

Yeah @peter-rr I would love to help. What would be a good idea? 1. to use examples in glee as templates so that CLI can pull them during build something...