-
I get an error on the database build. The error is:
genai-stack-main-database-1 | Folder /data is not accessible for user: 7474 or group 7474. This is commonly a file permissions issue on the mo…
-
The `Makefile` has several useful commands/shortcuts that are useful for development (such as `repl`, `format` and `test`), though it can't be used out of the box on windows, because the latter doesn'…
-
I was trying to set some JVM properties pre-startup (proxy & keystore) and noticed that nothing got applied. So my natural second attempt was to put everything in a script, and call that as a drop-in …
-
... yields broken links on the side panel navigation of https://www.braveclojure.com/quests/babooka/
```Chapter Sections
Sponsor
What is Babashka?
Why should you use it?
Installation
...
Su…
-
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…
-
Hi there! Thanks for putting together this great library, and for making it available to Babashka users as a pod. I'm trying to get it set up in Docker for some lightweight documentation tasks, but I'…
-
In my system (MacOS Ventura on Apple M1 + brew) Babashka's output is not printed. Thus, ```bb -f script.clj``` just silently returns the prompt, and not the value of the last expression in the script.…
-
I see that every run of the setup action, bb is downloaded anew. It should be possible to cache it.
Actually looking at DeLaGuardo/setup-clojure@10.1 it seems it does cache it itself:
> Run DeLa…
-
## Currently
Cljdoc API analysis can only be carried out by [cljdoc-analyzer](https://github.com/cljdoc/cljdoc-analyzer).
When successful, cljdoc-analyzer produces a `cljdoc-analysis.edn` file.
T…
lread updated
2 years ago
-
Rather than embarrassing myself by misstating details or misunderstanding how LSP integrates with clj-kondo, I'll start with my end goal:
I'm now using Babashka scripts everywhere I previously used…