Wei Hsu
Wei Hsu
Blackwater is broken with newest version of java.jdbc. This fixes it.
See https://github.com/emezeske/lein-cljsbuild/issues/178#issuecomment-12690982 Something like this ``` clojure (on $body :click :#a nil (fn [e] (log "test";;) ) ) ``` would trigger it.
The api for data.json has changed, so clj-facebook-graph is incompatible with most projects these days unless we upgrade.
Hi, thanks so much for making liberator. It seems some behavior has changed since I last updated liberator and broke some of my endpoints. A resource that previously returned a...
Sometimes unbalanced parens cause the "lein-cljsbuild auto" process to crash with an NPE, and I have to restart the process. ``` clojure (on $body :click :#a nil (fn [e] (log...
Hi, I'm using Python 2.7.1 and FunkLoad 1.16.1, and get invalid XML when running the tests. Here's an example output: ``` wei:simple wei$ make fl-run-test test_Simple.py -v test_simple (test_Simple.Simple) ......
Hi, first of all thanks for making Relax. We've found it very useful so far. Is there a way to list all the live connections? Would be great for making...
I followed the instructions to run the full stack. Getting this running grunt: ``` wei:html-app wei$ grunt server Unable to find "grunt.js" config file. Do you need any --help? ```
Just a heads up for folks discovering the project - the latest master has connection issues when working with projects without an .nrepl-port file. Environment: GNU Emacs 29.4 on OSX...