Avinash Sultanpur
Results
2
issues of
Avinash Sultanpur
I want to pass the value of a var to my SQL function. ```clojure (sql/sql (sql/select db [:*] (sql/from `(:my-func ~arg)))) ``` But I get an error: ``` ExceptionInfo Can't...
New data doesn't get loaded when the `newData` event gets dispatched with fresh points. The following patch seems to fix the issue. ```javascript diff --git a/docs/markupExt.js b/docs/markupExt.js index 9ed4cd3..8e3185f 100644...