Jonathan Garvin
Jonathan Garvin
The README claims, "you don't have to know emacs to use it with Xiki". As a long time vi user who has no experience what-so-ever with emacs, this seemed promising....
Some Daemon options take their own arguments. These weren't gettng passed in to the deamons gem properly. With this, if we... delayed_job stop --daemon-options '-w 42' ...the `-w 42` gets...
In the example for google search in the examples directory, the line... ``` {% for item in value_json.items %} ``` results in an error that the object is not iterable....
I have the following in the functions section for an agent to search for store hours. ``` - spec: name: search_google description: Search Google using the Custom Search API. parameters:...