-
Knowledge Base is missing for DeLaGuardo/setup-clojure.
-
## Currently
Etaoin is an awesome library that is runnable from Clojure.
It is also runnable from [babashka](https://github.com/babashka/babashka) via [pod-babashka-etaoin](https://github.com/babash…
lread updated
2 years ago
-
```clojure
(comment
(require '[babashka.curl :as curl])
;; rich comment 1
)
(comment
;; duplicate require of babashka.curl
(require '[babashka.curl :as curl])
;; rich comment 2…
-
**version**
* v0.6.124
**platform**
* macOS Monterey (M1 Max)
**problem**
* nrepl-server doesn't respond 'done' status on exception
**repro**
* Start nREPL server
* `nbb nrepl-…
-
Even after downloading dependencies, sr review simple takes a long time to load ~ 6 seconds. For user experience speed is usually really important.
Maybe this is something to fix after https://git…
-
cc @NoahTheDuke
-
**Features**
- When using a terminal, add ANSI escape codes for bold and underlined text (particularly useful for Usage text)
- When using a terminal, pipe help output to `--pager`/`$PAGER`/`/usr/bi…
-
**version**
0.7.8
**platform**
Mac
**problem**
The last bytes of a file are being truncated when using example from https://github.com/babashka/babashka/blob/master/examples/http_server…
-
Following up from https://github.com/babashka/sci/issues/345
We need to support `set!` to mutate those fields within protocol impl bodies.
-
**Is your feature request related to a problem? Please describe.**
When using Babashka for long-running tasks, i.e. a simple web server, it would be nice to also be able to start an nrepl-server.
…