-
```nix
mkBabashka {
bbLean = true;
wrap = false;
};
```
I thought I would try to build a version of babashka like this with no extra features, but it doesn't seem to work:
`…
-
Would it make sense to add `:key-fn` for `babashka.json/write-str` for encoding keys since this is already supported for decoding keys with `read-str`?
-
I noticed this when I was bringing https://github.com/babashka/bbin/pull/74 up-to-date with `main`.
To make this test more stable, I think we could set up [bbin-test-lib](https://github.com/rads/bb…
-
Via @borkdude on Clojurians Slack
> When using kaocha, is there an equivalent to -n from the cognitect test runner or :only from leiningen, from the command line?
> nm, got it: https://cljdoc.org/…
-
[Babashka](https://github.com/babashka/babashka) is a pretty nifty little tool that can pretty much replace a direct installation of tools.deps with its `bb clojure` invocation (it will install the la…
-
Hi, it would be cool to be able to use this library from babashka. Sadly the dependency on manifold breaks that. Do you think it would be possible to replace the manifold with core.async (which works …
-
It would be cool to have an implementation that works with [babashka](https://babashka.org/), to make libraries using manifold more universally available and manifold truly a lingua franca for asynchr…
-
**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 `[&…
-
Support [pod-babashka-go-sqlite3](https://github.com/babashka/pod-babashka-go-sqlite3) out of box in bb.edn.
It'd be even simpler just ```bb dev``` to start a full-stack app.
-
neil dep upgrade changes the git url, in the following cases:
``` clojure
{babashka/pods {#_#_:local/root "/Users/borkdude/Dropbox/dev/clojure/babashka/babashka.pods"
…