-
https://github.com/babashka/bbin/actions/runs/9463345896/job/26068317053
-
## Error
```
Error:
0: Install failure
1: Error executing action
2: Action `configure_nix` errored
3: Action `setup_default_profile` errored
4: Failed to execute command with st…
-
Hi!
I really like the concept of splint (thanks!!!🙏), but we have so many warnings that we can't just get started. Today I noticed the "--auto-gen-config" option, which sounds like what we need, b…
svdo updated
6 months ago
-
That is, `bbin install ./script.clj` works, but `bbin install ./script.bb` produces this error:
```
Message: Invalid script coordinates.
If you're trying to install from the filesystem, make sur…
-
For example, if you create a symbolic link from /usr/bin/lld-18 to /usr/local/bin/ld, GCC successfully hooks it up. However, Clang does not, and running `clang -v` reveals that it unconditionally call…
-
I needed to use the same `tools.deps` inference for [`bbin`](https://github.com/rads/bbin) so I moved the code to a shared library:
https://github.com/rads/deps-infer
I suggest we add a dependen…
rads updated
7 months ago
-
When I am trying to run the following code, the code enters a long loop that didn't finish yet.
````haxe
var a=BigInt.fromHexString('D5D4921855F54CC4D0EC0E0CBEF8B582A11E959D54243145088DEF36C75…
-
Would it be possible to add the ambient sensor as well?
Thanks!
-
It would be preferable if you could install local scripts _not_ ending in `.clj` using `bbin install`.
For example, I personally prefer to name my babashka scripts with the `.bb` extension to diff…
-
**Describe the bug**
Trying to build with commands supplied that are in external repos yields an error, yet produces an initramfs including the symlink, but without the command in `bb`:
```
14:…