-
Small example:
```clojure
(require '[babashka.fs :as fs])
(fs/expand-home "~/hello-world.bat")
```
prints
```
#object[sun.nio.fs.WindowsPath 0x42897f2f "C:\\Users\\hello-world.bat"]
```
B…
-
**version**
v0.9.161
**platform**
macOS 12.4 (Intel)
**problem**
Protocol methods seem to lose their documentation.
**repro**
```clojure
$ bb
Babashka v0.9.161 REPL.
Use :repl/…
-
**Is your feature request related to a problem? Please describe.**
Sometimes I need to download and cache pod binaries for the OS & arch I'm deploying to, not the one I'm building on.
**Describe t…
-
**version**
```
babashka v0.9.161
```
**platform**
Intel MacBook Pro, macOS 12.4
**problem**
Any use of `clojure.core/add-watch` results in a segfault on my machine.
**repro**
`…
-
It would be nicer for consumers to not include a dependency on clojure.spec.alpha at all, and just require specs when necessary.
-
**pre-emptive apology**
I don't mean to be the "but what about Windows?" guy, but...
**problem statement**
Installing a local clj on Windows throws:
```
>bbin version
bbin 0.1.3
>bbin insta…
-
Issue Type: Bug
Click nREPL in bottom toolbar
Click Fire Up Getting Started REPL
Click Use Existing Directory
repl fails to start with the error in the terminal:
The output window shows
; Ja…
-
I'm trying to use antq in a Babashka project, and it always fails when trying to find `alpha/user-deps-path`, which seems to be part of [tools.deps.alpha](https://github.com/clojure/tools.deps.alpha).…
-
I'll do some sanity testing before the next release.
- [x] MrAnderson - master head tests should pass with the current Pomegranate master head
- [x] cider-nrepl - uses MrAnderson to inline deps. V…
-
### Background
Neil makes use of the github api when checking for the latest version, in both the `neil dep add` and `neil dep upgrade` flows (and likely others). Github has a default rate-limit of…