Juraj Martinka

Results 13 issues of Juraj Martinka

Without it, `lein gorilla` fails with following exception: ``` ojure.lang.Compiler$CompilerException: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(org/httpkit/server.clj:1:1) at clojure.lang.Compiler.load (Compiler.java:7391) ```

Often, I'd find useful if orchestra could report input arguments for a function when the `:ret` spec fails. That is not just the report the `:ret` spec failure (a return...

There was an issue when trying to start browser-connected repl: [{:type java.lang.IllegalArgumentException :message "No value supplied for key: cemerick.austin.DelegatingExecEnv@1d1e650e" :at [clojure.lang.PersistentHashMap create "PersistentHashMap.java" 77]}] :trace [[clojure.lang.PersistentHashMap create "PersistentHashMap.java" 77] [cemerick.piggieback$cljs_repl...

Trying this on any vector containing more than a few hundreds of elements is painful. Not only the rendering process takes very long but the resulting picture is unusable. I...

As discussed on Slack (https://clojurians.slack.com/archives/C0M8UK760/p1644436501870119?thread_ts=1644318541.889299&cid=C0M8UK760) the ring's auto-refresh functionality doesn't work because nucleaus uses custom `window.onload` function. I fixed this in my clone by commenting out this portion of the...

I would like to use external library in my plugin, for example the http-builder: ``` @Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.7.1') ``` However, it seems that live-plugin doesn't support this -> I get...

I came across a surprising `matches` validator behavior: it marks a value as valid when only part of the value satisfies given regex: ``` (b/valid? {:name "ab"} {:name [v/required v/string...

Hi, we're struggling with occasional strange "text file busy" error: `[ERROR] Failed to execute goal com.github.joelittlejohn.embedmongo:embedmongo-maven-plugin:0.1.8:start (start) on project ***: Unable to start the mongod: Cannot run program "/tmp/extract-4938eb39-e49d-4dff-bfa9-7e48da910665mongod": error=26,...

It seems that the auth style used by the library, namely [passing token in query params](https://github.com/julienXX/clj-slack/blob/master/src/clj_slack/core.clj#L63) no longer works: ``` {:error "invalid_auth", :response {:ok false, :error "invalid_auth"}} ``` You need...

After implementing the code for adding and checking groups from the opening of Chapter 8.1, my app is failing with this NPE: ``` java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "groups" is...