damorosodaragona
damorosodaragona
The step contains is the only step where is necessary write "mycroft" and not "{skill"}. So for all the step is necessary write something like 'Then "myskill" should reply with...'...
This is the snippet of my code: ``` public static void main(String[] args) { Lexicon lexicon = Lexicon.getDefaultLexicon(); NLGFactory nlgFactory = new NLGFactory(lexicon); Realiser realiser = new Realiser(lexicon); SPhraseSpec p...
Installing with pip in impossible, we have to use pip3, and once installed no mut.py file is generated.
i'm using the script on a windows machine. Everything is ok, but it cannot run OS command. This is the output: ``` perl C:\Users\Dario\postgresqltuner.pl --host=[host] --database=[db] --user=[user] --password=[pswd] Use of...
When I try to run pit using configuration "Pit Run" I obtain this error. ``` |Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at...