-
I was trying to run ink-demo sample from https://github.com/babashka/nbb/blob/main/README.md in nbb
project, but I get an error:
`
Message: Cannot read properties of undefined (reading 'prototype'…
-
Splitting the metadata has the following benefits:
- You can re-install scripts, even if the bin dir is wiped
- You only have to back up those `.edn` files and can put them into source control
- …
-
More info:
https://github.com/babashka/nbb/issues/171#issuecomment-1106847290
-
I have the following EDN string from a Babashka task that fail to parse in parseedn:
```
(parseedn-read-str "{ remake {:doc \"Text\"
:task (do (run 'pm-build)
…
-
### Describe the bug
Building an OCI container image that includes babashka results in an unexpectedly large image size of over 600MB (the .tar.gz).
The image contains many unnecessary depende…
-
This could be fun to do and provide a nice demo of this functionality, as well as clean up the data persistence situation and enable things like storing multiple answers with their own timestamps.
…
-
We shouldn't leave the babashka REPL running after we connect to another REPL.
-
Like #46 scripts installed from a git dependency don't have to be called via process/exec. Instead, they can be called directly in combination with `babashka.deps/add-deps`.
The time savings depen…
-
I'd like to parse some plan JSON into the structures that Jarl provides -- without actually evaluating it. However, it fails:
`bb.edn`
```edn
{:deps {boregby/jarl
{:git/url "https://gi…
-
```conf
[foo]
aws_access_key_id=redacted
aws_secret_access_key=redacted
region=us-west-2
```
I can do babashka pods aws functions using the above profile.
```conf
[assumed]
role_arn = arn:a…