Laurynas Keturakis
Laurynas Keturakis
Getting the same issue here.
If there are any `yabai`, `skhd`, and `fish` shell users on macOS - I wrote this quick script to quickly show and hide WezTerm (not quite Quake style as it...
I noticed the same issue with my workspace [sessionizer script](https://github.com/wez/wezterm/discussions/4796) on my Linux machine running X11 and i3. Every new workspace switch would create what would register as a separate...
> By this do you mean your working directory (:pwd) is dir_b? Or do you mean the open buffer is dir_b/file_1? Yeah I meant the file in the open buffer....
Personally I find the 1st option a bit more straightforward but up to you! I'll muck around what's possible with the Telescope API I actually just found out about [proximity-sort](https://github.com/jonhoo/proximity-sort)...
@teodorlu hey, thanks for your reply! Nope, there's a `deps.edn` file as I'm using that for dependencies but no `bb.edn`
The issue appears no matter which directory I run `neil` in. Here's the `deps.edn` file contents though: ```edn {:paths ["src" "resources"] :deps {org.clojure/clojure {:mvn/version "1.11.1"} io.github.nextjournal/clerk {:mvn/version "0.14.919"} clj-http/clj-http {:mvn/version...
`bb --version` outputs `babashka v0.8.2` I'm not sure if that's the latest as I'm seeing `v1.*` versions on Github but installing on `brew` with `borkdude/brew/babashka` that's the latest that I...
Indeed that was an issue (apparently I had two `bb` installed that conflicted) - my bad! I am running into another crash now, however. `bb` on its own works fine,...
No dice :( I removed/reinstalled both and tried with deleting `.clojure/.cpcache` as well