johnnyscript

Results 18 issues of johnnyscript

Is there a cli command for evaluating an utterance using one of the trained models?

I just downloaded TileMill for OS X and tried to export a map from the Control Room demo (and others). I tried png and svg. Both times I get an...

Where in the source code does choo handle the return value of route handler functions (the hyperx html)? I see where where the router sets the handler, but I don't...

the `label` element has an attribute "for", which points to an input element `label.for == ID` hyperscript scrubs the for attribute out of labels ```js h('label', {for: "someID"}, text) ```

trying to set the extension, I get this error `Invalid arguments "-e"`

Is there an existing solution for lack of MediaSource on iOS? Just checking before I try to WASM an OPUS decoder.

I've been tinkering with this module. In my tests this happens: 1. insert initial node 2. insert more nodes 3. perform searches for those nodes Any nodes inserted after the...

I get this error trying to parse an html file. Doc is underfined. { _code: 5 } No other info is given. What does 5 indicate?

lyk dis: ```js combo = combine([a,b,c]) comboDelux = combine([combo,e,f,g]) ```

A local server does not have the manifest of a remote server. Because the local didn't start with the same plugins, it doesn't see the remote API after connecting. So...

stale