☺ Nico

Results 22 comments of ☺ Nico

@christosgousis and @GiorgosPapageorgiou contributed a new source, `workatastartup.com/jobs` in this excellent PR: https://github.com/nicobrenner/commandjobs/pull/66 It's a good example for adding new sources. I'm also realizing a whole "sources" section might be...

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

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...

> Yeah, I should probably try that because I am not getting how to do it in terminal I put the api key and followed the instructions but something is...

About the error you are getting, this is what I get in my terminal: ```sh echo $TERM xterm-256color ``` This is what chatgpt says (try doing `export TERM=xterm` before running...

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...

Thank you for the suggestion. Love the idea. At the moment, I don't have access to those. If you have access to local LLMs, I'd be happy to help you...

Cool, looking forward to it!

Was trying to run the code on my computer, I cloned the repo, pulled from main, created a branch I couldn't find anything in the `README` about how to run/build...