kul

Results 12 issues of kul

cascalog queries are failing with cassandra-all 2.0.2 and 2.0.3 dependency. Also Is there a particular reason why the project is compiled with a 1.2.11 release of cassandra? With newer versions...

Hello, This may not be an issue really but more of a beginner question. I am trying to define a simple grammar rule.e.g "lame" [#"(?i)start" (dim :time)] {:dim :lame :value...

I have GNU Screen ( no tmux ) , but ScreenSend just doesnt works for me! ScreenShell works just fine. Is this due to my custom screen config? How do...

I have a slightly modified implementation of PailStructure where i store some state (say myvar) in the Implemented Object which is used for Ser/De. So my code looks something like...

It would be nice to have support for running single tests also. Currently `test` only takes whole namespace using `-n`.

**Jetty version(s)** Jetty 11.x-12.x **Jetty Environment** - **Java version/vendor** `(use: java -version)` java version "21.0.1" 2023-10-17 LTS Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29) Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29,...

Bug

``` clojure (defproject test "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.6.0"]] :profiles { :foo ^{:pom-scope :provided} {:dependencies [[cheshire "5.3.1"]]} :fooc [:base :system :user :provided :dev :foo] :bar ^{:pom-scope :provided} {:dependencies [[cheshire "5.3.1"]]} :barc...

bug

In case a maven repository is down it is impossible to open buffer without killing. It could be helpful to provide an option to user to set offline mode and...

Currenlty i can not find a way to disable jline for lein repl. Setting :jvm-opts ["-Djline.terminal=jline.UnsupportedTerminal"] does not seem to work. A property to disable jline could be helpful for...