pnhofmann

Results 184 comments of pnhofmann

Funny, seems to work for German zip codes. Quick look, API does support ZIP Code: https://openweathermap.org/current But to be honest: I haven't touched this code yet ;). Also just noticed,...

Hi! how do you make this PDF? Just having a PDF makes it hard (actually impossible) to maintain...

If this does not look nice... ``` cls: command not found life decreased Some error occurred, please open an issue on github! Here is error: Traceback (most recent call last):...

Hi! First to ask a stupid question: How do I run the GUI ;). Noticed something apparently went wrong with your commit 95b1fda. You did check in lots of stuff...

Tests have passed, excellent ;). > modified the file 'Jarvis.py' Hmm... Can't find these modifications in your git commits... > What do you mean by "clean up the git commit"....

> We mean by modifying the file 'Jarvis.py' , replacing the last lines of the method executor() by two lines that allows us to launch Jarvis with a GUI. Hmm?...

Looks great! Just wondering - why do I need to start with: ``SDL_VIDEODRIVER=x11 ./jarvis``? Otherwise I get: ``` pygame 1.9.6 Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call...

> there are some commands which need to communicate with the user like the command gmail that for now not working. Of course - Yes. I just remembered - we...

Ok, merged the input-patch as #495. You'll need to ``git fetch`` and ``git merge origin/master``.