voyager-hf icon indicating copy to clipboard operation
voyager-hf copied to clipboard

Improvement of the responsiveness of the apply form

Open pulkithanda opened this issue 4 years ago • 10 comments

Issue picture

Making the application form responsive

For further Issues contact below or use my discord to contact me Alphabet# 0352

pulkithanda avatar Sep 24 '21 19:09 pulkithanda

Hi, this is would be my first contribution. Would I need to wait until October to make this count towards hacktoberfest? I would like to take a stab at this.

RepeaterCreeper avatar Sep 27 '21 17:09 RepeaterCreeper

Hey! @RepeaterCreeper You can start working on it now but submit the PR in October that way it will count for hacktoberfest. Assigned the issue to you, If you face any problem contact me on discord. Also you know right how to contribute forking the repository then pushing changes to it and submitting a PR ?

pulkithanda avatar Sep 28 '21 08:09 pulkithanda

Hey! @RepeaterCreeper You can start working on it now but submit the PR in October that way it will count for hacktoberfest. Assigned the issue to you, If you face any problem contact me on discord. Also you know right how to contribute forking the repository then pushing changes to it and submitting a PR ?

I don't have experience doing it, but I've seen the Hacktoberfest Guide and additionally I have to add my name to the contributors.md and the issue I fixed.

RepeaterCreeper avatar Sep 28 '21 14:09 RepeaterCreeper

Any updates yet @RepeaterCreeper ?

pulkithanda avatar Oct 19 '21 17:10 pulkithanda

Hey @pulkithanda! Can I work on this issue?

Raghav-Modani avatar Oct 22 '21 08:10 Raghav-Modani

Hey there @Raghav-Modani Sure go ahead

pulkithanda avatar Oct 23 '21 09:10 pulkithanda

Hello @pulkithanda! While running the command flask run I am getting this error : PS D:\HacktoberFest2021\hacktoberfest7\voyager-hf\voyager> flask run

  • Serving Flask app 'init' (lazy loading)
  • Environment: development
  • Debug mode: on Try 'flask run --help' for help.

Error: While importing 'voyager', an ImportError was raised:

Traceback (most recent call last): File "c:\users\hp\appdata\local\programs\python\python39\lib\site-packages\flask\cli.py", line 256, in locate_app import(module_name) File "D:\HacktoberFest2021\hacktoberfest7\voyager-hf\voyager_init_.py", line 3, in from flask_bcrypt import Bcrypt ModuleNotFoundError: No module named 'flask_bcrypt'

What should I do to run the app on localhost?

Raghav-Modani avatar Oct 25 '21 09:10 Raghav-Modani

Hey @Raghav-Modani I have all the list of modules in requirements.txt so just install that and then run. There's a command pip install equirements.txt to do all you can check it out on google. just install requirements then run.

pulkithanda avatar Oct 25 '21 12:10 pulkithanda

Hey @Raghav-Modani I have all the list of modules in requirements.txt so just install that and then run. There's a command pip install equirements.txt to do all you can check it out on google. just install requirements then run.

I have already done this. All other packages like SQLAlchemy, Flask-login etc are working fine. Only this flask-bcrypt is not resolving.

Raghav-Modani avatar Oct 25 '21 12:10 Raghav-Modani

Hmm I see maybe git pull once and then try? It'll work then I tried right now. If there's still an import error then do tell.

pulkithanda avatar Oct 25 '21 18:10 pulkithanda