-
⚠️ Imported from legacy repository. This issue is a duplicate of https://github.com/Clojure-Intro-Course/babel-legacy/issues/143.
From [https://clojuredocs.org/clojure.core/contains_q](https://cloj…
-
⚠️ Imported from legacy repository. This issue is a duplicate of https://github.com/Clojure-Intro-Course/babel-legacy/issues/118.
`defn` has an optional attribute map before and after clauses:
```…
-
I followed the "Getting started" instructions on Linux. When running `clj -M:dev dev` the following error happens:
```
{:clojure.main/message
"Execution error (ClassNotFoundException) at java.ne…
-
리모트로 repl 연결해야 할 경우가 있다. 프로덕션 환경에 붙어서 함수를 실행한다든지, 클라우드 환경에서 그들의 서비스를 테스트해야 하는 환경이라든지.
일단 서버 환경에서 REPL을 실행하자.
```
$ lein repl :start :port 40000
```
여기서는 40000번 포트로 실행했다.
이제 이 서버의 포트로 연결해야…
-
**version**
babashka v1.4.192
**platform**
MacOS
**problem**
The docstrings of public API functions in `babashka.process` are missing, especially `shell` and `process`, whose arglists `[&…
-
I just had an exception while running some functions in the REPL (via alt-enter), and the relevant functions in my code that actually caused the exception weren't show in the stack-trace calva gave me…
-
I use a combination of [devenv](https://devenv.sh/), `deps.edn` and `bb.edn` to create and manage a reproducible developer environment. I declare my system dependencies (e.g. OpenJDK, VS Code) in a `d…
-
![image](https://github.com/Olical/conjure/assets/32973761/22514450-778c-4375-90cc-ad780f11ca8f)
When trying to print things or get values from an async implementation usually the thing you wanna s…
-
I have developed a plugin that adds some middleware. But if I try to call `server.with-conn-and-ops-or-warn` then it doesn't crash when the REPL isn't connected. So the call either results in a NOOP o…
-
I would love to have a similar feel with Codebox as I get from Emacs/LightTable where I can put my cursor to the end of my function (or highlight a subset of my function), hit a hotkey, and it sends i…