-
```
(require '[babashka.pods :as pods])
(pods/load-pod 'retrogradeorbit/bootleg "0.1.9")
(require '[pod.retrogradeorbit.bootleg.enlive :as e])
(require '[pod.retrogradeorbit.net.cgrand.enlive-html…
-
I have been working on a babashka project with the following `bb.edn` (the script's name is `secrets`):
```clojure
{:paths ["src"] ;; library
:deps {com.taoensso/timbre {:mvn/version "6.4.0"}}
…
-
Hi,
I was curios if there is a plan to have the library compatible with babashka.
I know @borkdude added some crypto stuff when I needed and it might be enough.
-
**I would love to hear Ingy döt Net **
ingydotnet on github
Ingy döt Net on Clojurians Slack
**Talk about YAMLscript**
https://github.com/yaml/yamlscript
**because**
YAMLscript is like Cloj…
-
`bbin install` currently does not seem to work with non-raw gist links. It might be a nice convenience feature to add such capability.
I tried to run `bbin` with a non-raw gist link: `bbin install…
-
Having issue with installation with babashka
```
; Downloading pod rorokimdim/stash (0.3.3)
;
; Successfully installed pod rorokimdim/stash (0.3.3)
;
; java.io.EOFException: Invalid netstrin…
-
Hi :)
During work on [a Neil PR], I encountered an exception in rewrite-edn.
[a Neil PR]: https://github.com/babashka/neil/pull/236
**Versions for repro**
```clojure
;; rewrite-edn versio…
-
Pretty printing in babashka doesn't work, if I try to print something it ends up using `pr-str`, so in the log buffer you'll see something like:
```
{:hello "world", :some "other", :stuff "that's"…
-
When following the instructions on https://github.com/babashka/babashka#installation
```
asdf plugin add babashka https://github.com/pitch-io/asdf-babashka
asdf install babashka latest
```
..…
-
Would be great if use of `babashka/add-deps` with a `:min-bb-version` map-entry could log a warning when the babashka version is not sufficient.