-
I've been wanting to use babashka.fs for writing files using nio
* for byte arrays https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html#write(java.nio.file.Path,%20byte[],%20java.nio.…
-
Am I just missing something? I'm unable to target custom aliases when adding dependencies to a `deps.edn`.
### Expected behavior-
`neil dep add vlaaad/reveal --alias :reveal` would add the latest …
kees- updated
2 years ago
-
## Currently
@borkdude has a comment on `:win-exts` being unsupported for the `which` function: https://github.com/babashka/fs/blob/5a6358697088261e1d8ace12d4a05ac92b1cd239/src/babashka/fs.cljc#L78…
lread updated
2 years ago
-
**version**
1.0.164
**platform**
Windows (also repro'ed on linux bb in WSL)
**problem**
If a `deftest` exists inside a conditional (e.g. a `when`), and the condition is false, the `:test` met…
-
Nontrivial scripts (and TUI apps) will likely require updating the classpath (for organization or dependencies). Right now, the only (I think) tool for managing that is a `classpath` env var, which c…
-
**version**
babashka v0.8.157
**platform**
macOS 12.4
**problem**
Using the most popular answer on StackOverflow for ["Create a map entry in Clojure"](https://stackoverflow.com/question…
-
## Currently
If I run antq:
```
clojure -Sdeps '{:deps {com.github.liquidz/antq {:mvn/version "RELEASE"} org.clojure/clojure {:mvn/version "1.11.1"}}}' -M -m antq.core
```
on MrAnderson, it rep…
lread updated
2 years ago
-
**version**
babashka v0.9.162
**platform**
Linux
**problem**
Line numbers are missing from the failure reports generated by the inbuilt `clojure.test`
**repro**
```clojure
$ cat …
-
I'm trying to understand how I would use Nix and NixOs to setup an application development context to build clojure applications. The Derivations in the API section of the readme seem to talk in terms…
-
**Describe the bug**
`clojure-lsp` misses diagnostics when running with `diagnostics --project-root` from a non project root directory
**To Reproduce**
create a test directory with the followin…