When running /scripts/database-init-docker.sh for database setup, I amm get following error
2023-03-28 08736, 2023
Karan
curl: (7) Failed to connect to ftp.musicbrainz.org port 21: Connection refused
2023-03-28 08737, 2023
Karan
Downloading the bookbrainz data dump failed.
2023-03-28 08718, 2023
Karan
Can anyone help me with that, plz/
2023-03-28 08728, 2023
Karan
*?
2023-03-28 08701, 2023
Karan has quit
2023-03-28 08719, 2023
Karan joined the channel
2023-03-28 08754, 2023
Karan has quit
2023-03-28 08735, 2023
Karan joined the channel
2023-03-28 08719, 2023
Karan has quit
2023-03-28 08725, 2023
anant_vsr joined the channel
2023-03-28 08723, 2023
anant_vsr
Hi everyone! Myself Anant Vikram Singh .I am a Computer Science undergraduate.I am interested in web application based projects and I am proficient in MERN stack and MySQL. Looking at the project requirements , I find myself suitable candidate for the same because I have worked previously on similar projects. I am excited to contribute to this
2023-03-28 08724, 2023
anant_vsr
project and gain experience in web development. Please let me know if you are interested in mentoring me!
2023-03-28 08703, 2023
monkey
Hello anant_vsr !
2023-03-28 08734, 2023
anant_vsr
Could you tell me more about the project and what you expect from me as a GSoC student? I want to make sure that I fully understand the requirements and can deliver a successful project.
I'd recommend a thorough read-through, that should answer most of your questions hopefully. I'm here if you have more after that :)
2023-03-28 08738, 2023
anant_vsr
Ok Thank you
2023-03-28 08750, 2023
anant_vsr
What are the next steps in the process? Should I submit a project proposal or do you want to schedule a meeting to discuss the project further?
2023-03-28 08747, 2023
monkey
Unless there are specific questions you need an answer to, you can submit a proposal for review on the community forums. But that is all explained on the page I linked to above
2023-03-28 08715, 2023
anant_vsr
Ok Thank You
2023-03-28 08715, 2023
riyaku11 joined the channel
2023-03-28 08727, 2023
vivekumar08 joined the channel
2023-03-28 08734, 2023
vivekumar08 has quit
2023-03-28 08716, 2023
riyaku11 has quit
2023-03-28 08715, 2023
anant_vsr has quit
2023-03-28 08751, 2023
RohanSasne joined the channel
2023-03-28 08757, 2023
RohanSasne
Hey monkey, Sometimes when i make a pull request, all other 3 tests get passed but 'Lint pull requests / ESLint (pull_request_target)' test fails because of indentation issues, so my question was shall i fix the indentation or keep it as it is, the code is clean and readable no doubt about that but i'm not quite sure what exactly that test checks,
2023-03-28 08758, 2023
RohanSasne
does it compare with the previous version of file ?
2023-03-28 08736, 2023
RohanSasne
like the indentation of previous file and new file ?
2023-03-28 08709, 2023
monkey
No, it checks that the indentation style (tabs vs. spaces, number of spaces, etc.) is consistent across the codebase
2023-03-28 08709, 2023
RohanSasne
oh, so meaning, got to fix it to have a clean and consistent look throughout the codebase, got yaa :)
2023-03-28 08716, 2023
RohanSasne
thanks for clarifying
2023-03-28 08716, 2023
monkey
You can run this command locally to check the formatting and fix automatically fixable issues appropriately: `npm run lint`
2023-03-28 08743, 2023
monkey
Yes, that's it :)
2023-03-28 08755, 2023
RohanSasne
smart, i did go through the json file but might have missed the script, will be more careful moving forward