nha
nha
I am trying to create a folder, using the task as specified in the `guide` : ``` (deftask :create-dir [] (if (not (exists? (str (:path @config)))) (ssh (sudo (str "mkdir...
I guess my post is more a question than a real issue, but here it is (worst case is, you get to see how a user of your lib for...
Hello again :) I came across a case that I think could be improved (unless I missed something and it is already present). Here was the output from my console...
currently `r/branch` has `[boot true-branch false-branch]` while rethinkdb supports multiple "if-else-if-else-if" style conditions: https://www.rethinkdb.com/api/javascript/branch/ ``` r.branch(test1, val1, test2, val2, elseval) ```
When calling `.close` on a connection, and attempting to use it in a subsequent call to `run` an exception should be thrown. At the moment it seems to hang.
Question/Improvement: Is there a way to write the repositories in the generated `pom.xml`? Something like ``` clojars.org https://repo.clojars.org ``` Maybe taking an additional `:repositories` argument to the `pom` task? Reason:...
Please consider the following snippet: ``` (let [c {}] (str (hiccup/html c))) ;; "{}" (str (hiccup/html {})) ;; "" ``` I am not sure what should be the output here...
When parameters are invalid, yada returns an error message in the body. Unfortunately the body returned seems to be `text/plain` by default, even if the request has, say a `accept:...
The following snippet seems to point out that there is no roundtrip for "application/transit+msgpack" (it works for "application/transit+json"). It uses `response-for` on a `yada/resource` and tries to parse the body...
At the moment #include works by reading the config on the file: https://github.com/juxt/aero/blob/1749e71f327d94805fdbb50d0cbbd692f696997d/src/aero/core.cljc#L86 This breaks #ref that are in another file "higher" up in the include hierarchy, ex: ```demo.clj (aero.core/read-config...