-
## Currently
Clj-watson conveys the properties we've overridden via `clj-watson.properties`:
```
Merging additional properties:
# clj-watson.properties file
nvd.api.key=31a0****-****-****-…
lread updated
3 months ago
-
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]])
…
-
https://github.com/leeoniya/uPlot/tree/master?tab=readme-ov-file
20x faster than highcharts.
https://github.com/alex314159/nivo-cljs-template/tree/master
https://github.com/jjttjj/stockcharts/b…
awb99 updated
1 month ago
-
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
-
I am observing the same problem again as reported and solved in https://github.com/clojure-emacs/cider/issues/3503
The only differences will be in the versions involved.
After initializing a cider…
-
`button.collection` has an object with button.script which has some script properties.
`room_x.collection` has one or more button collections embedded in it, some of the default button properties are…
j-h-a updated
1 month ago
-
I expected this workflow to work:
1. Run a test in my text editor (aka using REPL) using the fixture kit-clj generated `(use-fixtures :once (.test-utils/system-fixture))` - it fails
2. Change some 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…
-
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…
-
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 …