Henrique Nunes

Results 2 issues of Henrique Nunes

Hi. When stopping and starting FSMs, shouldn't the FSM state be restarted according to the `:start` directive? *Example*: ``` (require '[kee-frame.fsm.alpha :as fsm]) (def my-http-request-fsm {:id :my-http-request :start ::loading :stop...

many docstrings in the `tech.v3.ml.metrics` namespace seem wrong/outdated. The ones in question generally state or imply returns to be arrays of `0.0` and `1.0` values. In reality, booleans are returned...