drip icon indicating copy to clipboard operation
drip copied to clipboard

Fast JVM launching without the hassle of persistent JVMs.

Results 37 drip issues
Sort by recently updated
recently updated
newest added

Waiting 45 seconds, then running gradle adds 45 seconds to the total time it says that it took: ``` > time ./gradlew printVersion :printVersion X BUILD SUCCESSFUL Total time: 5.424...

As far as I know, this is caused by setting system out to a pipe rather than the console.

This seems to basically be the same issue as #57, however it is with JRuby rather than lein so I thought I should start a different issue. Please let me...

Just from a quick overview, there doesn't seem to be too much Unix-specific C code in this project. Would it be feasible and worthwhile to port Drip to Windows? Or...

I am trying to run drip on **Mingw 4.8.1** on **Windows 7 64bit**. This is the error that I get: hanxue@Acer-hanxue /e/Projects/GitHub/drip $ scala src/drip_daemon.c: In function 'main': src/drip_daemon.c:43:5: warning:...

I'd like to use Drip to run `javac` commands (basically for checking the syntax of a file whenever I save it in Vim). I'm pretty sure `javac ...` is just...

I can't figure out if this should work on Windows. How do I install it and use Drip on Windows? I'm a Clojure noob, so sorry if this has an...

Hi, I am able to run my app using drip and works fine (much speedier, thanks). I have the rails startup bit in my dripmain.rb. rails server (3.2.12) works fine...

I'm trying to speed up `leiningen` for the simplest commands, like `lein help`, etc. Everything seems to work as expected (the jvm seems to be re-used), however I'm getting no...

My expectation is that the processes it spawns should be re-used. While it is spawning multiple processes there is no benefit to using drip. In fact it causes more issues...