pnhofmann

Results 184 comments of pnhofmann

> where the end points are all made of plugin names, and calling them just calls the plugin. Hmm, like this idea. This provides a much cleaner api than parsing...

> The only drawback of this idea is that the client will need to already have parsed the action into the calling url. This is a solvable issue. ``` @plugin('talk')...

Hmm, the installer script does not look enough ;(. That is another issue... Can check what this command ``env\Scripts\pip.exe install -U -r installer/requirements.txt`` (call in Jarvis folder) returns?

Thanks for reporting this bug! Did some testing and should be fixed with this one-line patch: ``` diff --git a/jarviscli/Jarvis.py b/jarviscli/Jarvis.py index e1522ed..0d15974 100644 --- a/jarviscli/Jarvis.py +++ b/jarviscli/Jarvis.py @@ -48,7...

Hi! Can you give an example what you mean with "basic common commands"?

Related to #424 [dev](https://github.com/sukeesh/Jarvis/tree/dev)-branch contains some improvements. If you like, just really write done some example of common sentence you would like to use with Jarvis. Would be useful for...

Really nice! Like it. Just some smaller notices (parsing a file is always tricky!): Crashes if for example one line has leading zeros or contains illegal characters: ``` Some error...

Hi @troyphillips Sure, thanks. Any contribution is welcome ;)

Hey, Actually no, nothing specific I could think of right now. But connect 4 game would be nice ;). And you can already create a PR for your tic tac...