Results 30 issues of John Leung

``` Node = subclass object where __init__ = parent:None ~> @parent = parent @childs = [] @i = 9 None addChild = ~> node = Node @ @i -= 1...

Is anyone working on center alignment? If not, I'll try to take a stab at it (& do a PR if success) since I need it.

Tried with babashka bb.edn: ``` {:paths ["."] :deps {funcool/cuerdas {:mvn/version "RELEASE"}}} ``` ```clojure #!/usr/bin/env bb (require '[cuerdas.core :refer [istr]]) (let [v 1] (println (istr "~{v}"))) ``` prints "~{v}" Anyone uses...

Browser: Firefox 57 OS: (maybe all?) occurred in Ubuntu 16.04 and MacOS High Sierra when specify `{backendOrder: 'webassembly'}` on load(), FF produced wrong prediction (0 vs correct value of 0.0144..)....

bug
backend::wasm

System: Ubuntu 16.04, Firefox: 57 webgl is enabled in FF. Code ran fine in Chrome, but in FF, it crashed: "Gah. Your tab just crashed." and gives the following error...

bug
backend::webgl

Do I need to do anything to use stylus? No error if using css. Error if do. docpress.json: ``` { "markdown": { "plugins": { "decorate": {} } }, "css": [...

bug

"Oops, there was an error. :( See JavaScript console for details." Console: ``` Failed to load resource: the server responded with a status of 404 (Not Found) game.html:203 wasm streaming...

How do I combine `op.lag` in eg. `table.derive({ moving_average: aq.rolling(d => op.average(d.value), [-13, 0]) })` to not include current row's value?

enhancement
wontfix