Joachim De Beule

Results 4 issues of Joachim De Beule

Hi, I think there is an error in the datastore part of the README.md documentation where it says that properties can be marked ^:clj for serialization, but it should be...

Checker functions should take a context and a token. They can check for the token value by applying the `:value` key. However, some checker fns reverse the context and token...

https://github.com/wit-ai/duckling/blob/master/src/duckling/core.clj#L36 The `classifiers` parameter is never used. It should be removed or given a purpose.

Not sure if this is a bug or just something missing from the documentation, but when I do ``` (Let [agent (ssh-agent {})] (let [session (session agent domain {:strict-host-key-checking :no})]...