-
Installed clerk to a project, and get this upon trying to run it. Both in repl and browser:
![image](https://github.com/user-attachments/assets/67876069-cb32-4cff-b7e2-b4aa63d0bed7)
-
Hello,
I have a figwheel project up and running with a nREPL. It is possible to invoke the command `(run-tests)` in the REPL, but when I try the "Run tests in current NS in REPL" I get the following …
-
I can't start a repl, due to proto-repl seeming to hang on to a require statement from an un-namespaced lein repl from a few days ago. (`(require [clojure.string :as str])`) I can't try to clear and…
-
I recently started using Cursive on Windows and whenever I launch a local Clojure REPL Cursive seems to set a windows file encoding. Under no circumstance do I ever want to use windows file encoding a…
-
Due to #23
`docker run clojure:tools-deps-alpine` =>
`/usr/local/bin/rlwrap: line 13: /usr/bin/rlwrap: not found`
Could do any one of the following:
- install rlwrap (kind of heavy for alp…
-
| Q | A |
|---------------------|-----------------|
| PHP version | 8.2.24 |
| Phel version | v0.15.2 |
#### Summary
I noted …
-
https://clojure.org/reference/data_structures#StructMaps
"you cannot dissociate a struct map from one of its base keys"
```clojure
(m/rewrite (struct (create-struct :tag :content) :name "bob")
…
-
In working on http://github.com/clojure-emacs/inf-clojure I see that we need to take different code-paths depending on which REPL we're interacting with.
example:
```emacs-lisp
(defcustom inf-cloj…
-
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…
-
## Expected behavior
Open a Clojure file, do `M-x inf-clojure` and provide `clojure` as the startup command. You get a plain CLI REPL (and you can type into it just fine and it evaluates correctly)…