-
Hello,
I use lein-search frequently and it works well but
- I loose all my comments
- I loose the code formatting. All is on the same line.
Can you fix it?
Thanks
-
Hello @CGA1123 Christian,
Thank you very much for the project! It's really useful action!
I have the following issue:
My "project.clj" has a function inside which causes the failure. Here are …
-
Hello. This project looks promising.
I'm just curious, could the hodur-engine be used on the frontend side.
As I understood it already uses a Datascript but it's not clear how to use it in the app…
-
```
Python 2.7.13 (default, Nov 24 2017, 17:33:09)
[GCC 6.3.0 20170516] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import datomic
Traceback (most recent…
-
The Redshift driver implements a method for `sql.qp/cast-temporal-byte` for `:Coercion/YYYYMMDDHHMMSSBytes->Temporal` (indirectly, via Postgres) but it does not appear to actually work when enabling a…
-
leiningen project file has option `resource-paths` which can enumerate local jars to be loaded.
```
$ nix build .#clj-tuto
warning: Git tree '/home/iaitskovd/demo/clojure/hello-leiningen' is dirt…
-
Hi,
I was getting an exception and during research I noticed the package was updated and moved to new coordinates.
https://github.com/clj-commons/meta/issues/75
```
Exception in thread "ale…
-
I've tried using `->clj` with mouse events in a Reagent app with both `(fn [e] (->clj e) ...)` where the fn is the handler for the event, but it doesn't convert (it remains JS object). Using `->clj` o…
-
The autocomplete doesn't include an symbol defined in a fn, but does include an example of an alias of a namespace not included in the project.
That namespace comes from a .clj file, and i'm worki…
-
Is there a way presently to convert Common Lisp vectors to Clojure vectors? Especially the higher dimensional variety?
For instance
```clojure
(require '[abclj.quicklisp :refer [quickload]])
…