Shantanu Kumar
Shantanu Kumar
For transitive compilation all AOT namespaces must be made available as compiled units. Re-compilation on each build is time consuming, hence incremental compilation is required.
Clooj being an Open Source project should have its artifacts (the normal JAR, not the standalone uberjar one) on Clojars. This will enable people to play with Clooj using Leiningen...
Http-Kit knows about several events that would be useful to emit and aggregate outside of the server. Examples include: latency of the hostname resolution in http-client, the times when the...
Website: https://titanoboa.io/ Github: https://github.com/mikub/titanoboa License: AGPL
The latest Leiningen version `2.7.1` adds `[org.clojure/tools.nrepl "0.2.12"]` whereas lein-ring adds `[org.clojure/tools.nrepl "0.2.3"]` to the project dependencies, which causes conflict when running `lein ring server-headless` with nREPL config enabled and...
I initialize logging in a custom way in the `:init` function, which has no effect because Jetty already initializes SLF4j/Logback logging ahead of `:init`. lein-ring should not directly refer to...
When the nREPL port and web server port are the same, there is no error reported and the web server fails to start. Steps to reproduce the issue are below:...
Google site-search provides search facility for keywords within a website. Consider supporting search-by-keyword feature.
In one of my projects, a namespace carries out a side-effect when it is loaded (which is by design): https://github.com/bract/bract.core/blob/v0.6.1/src/bract/core/dev_init.clj I would like to exclude such namespaces from analysis, loading...
(This is a feature request.) A persistent file browser (optional, i.e. can be turned off or on) beside the editor pane would be awesome to have. A file browser is...