Shantanu Kumar

Results 40 issues of Shantanu Kumar

@vbauer Thanks for this plugin! This PR bumps the PlantUML dependency to the latest version. The biggest advantage of this change is that now this plugin works for PlantUML files...

A documentation section on emitting Dot files should be quite useful, e.g. integrating with web based Graphviz visualization using http://mdaines.github.io/viz.js/

When I write `(fnil foo :bar)` in clojure-mode it turns into `(`_f_`il foo :bar)` on the screen, which is super annoying.

I noticed that as of date only bandalore 0.0.2 (or below) supports the Singapore zone. You might want to mention this in the README.

Currently, `^:expose` exposes only one object/entry. In some cases, initialization functions (e.g. instrumentation functions that produce instrumented thread-pool/Ring-handler pair) may produce more than one entry to be exposed and used...

REPL invocation is caused by the following in two versions of lein-clr: lein-clr 0.2.0: `Clojure.Main.exe -i foobar.tmp -r` lein-clr 0.2.1: `Clojure.Main.exe -i foobar.tmp -e "" -r` In the latter case...

Absence for this support leads to hacky way of eval'ing `LoadWithPartialName` at load time. Discussion thread: https://groups.google.com/forum/#!topic/clojure-clr/eB67tFfLTo8 Note: Pre-loading in lein-clr may not work for compiled EXE or DLL files.

Discussion threads here: https://groups.google.com/forum/#!topic/clojure-clr/_PxLO2urHcs https://groups.google.com/forum/#!topic/clojure-clr/zw2cXaG-8xU It might help to use Leiningen Trampoline instead of external syncing.

Reported here: https://groups.google.com/forum/#!topic/clojure-clr/P98TZFSujb8 Also, `sample.project.clj` has no mention of `:warn-on-reflection` and `:unchecked-math`.

When an error is encountered when fetching dependencies and pre-processing, it is silently ignored -- for example the `mono` command is ignored when un-commented and Mono is not installed. The...