r0man

Results 138 comments of r0man

@roman01la I haven't looked into this myself yet. JSValue is used in Clojure, because there is no `clj->js` in Clojure. There is a `cljs.tagged-literals/JSValue` deftype for ClojureScript as well, so...

@lgrapenthin I wasn't aware that :ref also takes a fn. Looks like they also plan to deprecate the use of strings as a :ref value. At the moment it is...

Hi Sam, could you provide more details on how this should work? Roman

Hi Sam, makeing react-fn a multimethod is not a big deal. However, I think we need a better name for the function. Patch with tests welcome, and ideally without any...

@bhurlow I think it should be possible to get this running in bootstrapped cljs. I think what's needed is to port the compiler to cljc. Haven't had a usecase of...

Sorry, this is not supported at the moment ...

Hi herberteuler, I mostly use this library together with PostgreSQL. Unitl now I got around generating database specific SQL (or at least it was specific to PostgreSQL), and I'm not...

Yes On 11 Apr 2015 18:04, "David James" [email protected] wrote: > Would you accept a PR to add ALTER TABLE functionality? > > — > Reply to this email directly...

@viebel Should this work already? I get the following warnings in my browser: ``` Klipse 3.5.1 klipse_plugin.js:8347 Clojurescript 1.9.229 klipse_plugin.js:10269 register-mode: eval-python-client selector_eval_python_client klipse_plugin.js:10269 register-mode: eval-clojure selector klipse_plugin.js:10269 register-mode: transpile-clojurescript...

ok On Fri, Nov 4, 2016 at 1:22 PM, Yehonathan Sharvit wrote: > > It used to work yesterday when I upgraded klipse to cljs 1.9.293. > But this morning...