pnhofmann

Results 6 issues of pnhofmann

Just one small suggestion, would it be possible to add a ``--noreload`` to ``python manage.py runserver [YOUR IP ADDRESS]:8000`` in the installation instructions? The autoreload feature does not make much...

Build gelocation provider directly into jarvis. Started development here: https://github.com/pnhofmann/Jarvis/blob/dev/jarviscli/packages/geolocation.py

Since basic Voice control (#395) is merged (#408), I'm opening this as a discussion thread for any kind of improvements for voice control. Any help or suggestions welcome!

enhancement
help wanted
discussion

How about implementing something like python [doctest](https://docs.python.org/2/library/doctest.html): Basically, if there is a command like movie director: ``` ~> What can i do for you? movie director lord of the rings...

idea

I've pushed some experiments to the dev-branch: https://github.com/sukeesh/Jarvis/tree/dev3 The plan is to bring this project forwards. Biggest changes I worked on: * New .yaml format to describe plugin metadata *...

Hi! crashes with Jekyll 4.0.0 on ruby 2.6.5p114 (arch linux): ``` Jekyll::Drops::StaticFileDrop Liquid Exception: undefined method `sub' for # in index.html ``` Works using this small patch: ``` diff --git...