-
## Observation
When I run `neil dep upgrade` either from the command line with an expired `NEIL_GITHUB_TOKEN`, Neil prints error messages, but returns with exit code 0.
```
$ neil-dev dep upgra…
-
https://github.com/babashka/babashka-sql-pods/blob/5792dd29cfd68ad0605d3ed859db5212323fa307/src/pod/babashka/sql.clj#L224
Was going through the docs on writing pods and using this as an example. I …
-
SCI has moved to a new organization: `org.babashka/sci {:mvn/version "0.3.2"}`.
Having both `borkdude/sci` and `org.babashka/sci` on the classpath can cause problems.
It is also recommended to u…
-
This library would package a babashka compatible nREPL client (maybe a stripped down version of nrepl/nrepl's client code).
-
looking at functions below, they don't refer/call other functions like parse-string/emit-expr etc...when I just run the example in readme, it simply return nil...please advise.
(defn compile-fn [ar…
-
If `sha256sum` exists, use `sha256sum`.
If `shasum` exists, use `shasum -a 256`.
If neither exists, `exit 1` from the script.
https://github.com/babashka/babashka/pull/1108/files#diff-1e142e6277b12…
-
**Describe the bug**
holy-lambda.tasks does not honor the `--config` switch for babashka
It looks like `holy-lambda.tasks` slurps the contents of `bb.edn` regardless of the `--config` parameter us…
-
### Describe the feature you would like to request
Like babashka or other compiled clojure projects.
### Describe the solution you would like
Just look into babashka repo and copy over stuff.
### …
-
When using Calva to edit a babashka script I do not get docstrings in the on-mouse-over popups. The reasons turns out to be that clojure-lsp requires a bb.edn file (which can be as simple as `{}`) in …
-
{
"hub-mirror": [
"格式:你需要转换的原始镜像$自定义镜像名:自定义标签名",
"其中 $自定义镜像名:自定义标签名 是可选的",
"以下是三个正确示例",
"babashka/babashka",
"要求:hub-mirror 标签是必选的,标题随意,内容严格按照该 json 格…