-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test displaying the resume text #48(new) #54
base: master
Are you sure you want to change the base?
Conversation
also removed line strip
@nicobrenner hey, I think everything should be fine now !! I Thought it would be easier to just start a fresh repo😂 |
Thank you @aaryamantriescode please check out comments on the PR, also always make sure the tests run before submitting the code Looking forward to merging this PR soon |
Yeah, ok ill do the tests. I don't have docker installed, I will have to set it up. |
You don’t need to use docker, you can just run: python src/test_menu.py
You might need to install some python libraries
There are directions for setting up the app with python in the readme
…On Mon, Mar 18, 2024 at 7:28 PM Aaryaman Vyas ***@***.***> wrote:
Yeah, ok ill do the tests. I don't have docker installed, I will have to
set it up.
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARQXNCUKZY4CVPBET3RNL3YY6PD5AVCNFSM6AAAAABE22NZ2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBVGYZTINBSGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Oh, interesting, hadn't seen that Looking around, it seems like it's an issue with the environment not setting a TERM variable: https://stackoverflow.com/questions/66834732/python-curses-doesnt-recognize-terminal Given that the issue is happening inside of docker, make sure that when you run docker, that the docker-compose.yml has these two lines:
So that when the app runs, it has access to a terminal. If that doesn't work, maybe try setting the terminal-related environment variables inside |
Yeah, I tried all that I don't know what to do now, even python isn't working. Can you check if my code works on your pc? |
I'll try it in the evening now I have to prep for entrance exams😅I will try to get it working by tomorrow! Thank you for being helpful! |
Good luck, hope it works! |
Sorry, haven't tried running it in windows. You are being a pioneer. Thank you for sharing your experience here, it's super valuable to learn how to make it work in more platforms The suggestions I see online are to do either |
Yeah, 😅 I'm planning to shift to Linux after my exams cause windows is wayy too slow :( . I'll try to look more into it by tomorrow, hopefully should find a way to run it ! |
Also removed line strip