Dennis Schridde
Dennis Schridde
I am trying to parse a string that starts with a fixed part (a list of points followed by a type) and then contains several optional parts. I came up...
In Settings > Editor > Code Style > Clojure > General, checking the "One space list indent" checkbox does not change indentation of `try` forms. Cursive indents it as follows...
In the window that opens when no project is open / all windows are closed (window title: "Welcome to IntelliJ IDEA"), Cursive is unable to report errors: ``` java.lang.Throwable: No...
`ring.util.codec/form-encode` does not handle nested maps in a way that e.g. `ring.middleware.nested-params` would be able to parse (cf. https://github.com/ring-clojure/ring-codec/issues/19), but it also does not throw an error when being passed...
It would be nice if clj-otel would support the recently stabilized logs and logs bridge APIs. I am particularly interested in a clojury wrapper for: ```clj (let [^java.time.Instant instant _...
ring/ring-defaults 0.3.4 changed the default value for absolute URIs in `Location` headers in https://github.com/ring-clojure/ring-defaults/commit/5daefefd76d2655a474253d3b0cd853e136c3711. This PR changes the comment on the actual middleware that still described absolute URIs as mandatory.
It would be good if vulcand could support [etcd-2.1](https://coreos.com/blog/introducing-etcd-2.1/) [authentication](https://github.com/coreos/etcd/blob/master/Documentation/authentication.md).
It would be great if there was a JavaScript client library, so that Flock could be securely integrated into e.g. [ownCloud](http://owncloud.org/) or [mailbox.org](http://mailbox.org/). See-Also: owncloud/core#10201
Version 2.0.7 of SLF4J was released: https://www.slf4j.org/news.html The latest released version of HikariCP, version 5.0.1, depends, for Java 11 and newer, on slf4j-api version 2.0.0-alpha1: https://github.com/brettwooldridge/HikariCP/blob/HikariCP-5.0.1/pom.xml#L555-L566 Since mixing 2.0.x and...
After upgrading to lein-garden 0.2.8 from 0.2.6, I see the following error messages on each run of Leiningen: ``` # lein version Error: cannot resolve leiningen.garden/activate hook Leiningen 2.6.1 on...