pnhofmann

Results 184 comments of pnhofmann

More a "calculation skills challenge", but a good one ;). Especially since numSteps isn't incremented, this is a infinity loop asking you to do maths forever ;).

Sorry for long wait. Like there is this plugin: https://github.com/sukeesh/Jarvis/blob/master/jarviscli/plugins/weather_report.py But you can improve this plugin for sure. Like add another weather provider. For something like weather - for me...

> How can I show '~> Hi, what can I do for you?' and ask for commands again? That's the easy question ;). >In a new (second) ctrl-C hadnler I...

Thanks for reporting this issue! 1. Rename ``jarviscli/packages/memory/memory.json`` to reset Jarvis memory - so Jarvis start for now 2. Think, we should definitely try-except any exception that is thrown by...

Hi! that's strange... What's the content of ``jarviscli/data/nltk``? How big is this folder? What's the output of (ran from Jarvis directory): ``` env/bin/python -m nltk.downloader -d jarviscli/data/nltk wordnet env/bin/python -m...

``CERTIFICATE_VERIFY_FAILED`` Doesn't look like Jarvis-issue. Quick search stackoverflow: https://stackoverflow.com/questions/51925384/unable-to-get-local-issuer-certificate-when-using-requests-in-python Might be caused by e.g. running software like Fiddler (or probably virus scanner or other stuff sniffing https traffic). Other answer...

> Permission denied: 'C:\Users\myuser\AppData\Local\Temp\tmpit9sw4dw.wav' Hmm - 'myuser' is your user account? Can you check permission of this folder / check if it exists? You should definitely have write-permission on your...

Hi! Interesting - what os are you using?

Better open separate issues in future. About the lines "ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear (...): Duplicated #936 About the issue with pyaudio (SystemError: PY_SSIZE_T_CLEAN macro must be defined for...

Hi! Big Thanks for the link! I will definitely take a closer look! Honestly I once did consider hooks, but decided wasn't worth the effort to make them "work". "pre-commit"...