babashka 2025-06-12

I have a bb.edn task like:

repl {:doc "Connect to running dev server REPL"
        :task (shell {:inherit true} "clojure -T:nrebelly")
        :override-builtin true}
Where I am trying to use https://github.com/bhauman/rebel-readline/tree/master/rebel-readline-nrepl that's what the tool is. And it does start, but it prints:
rlwrap: warning: rlwrap appears to do nothing for bb, which asks for
single keypresses all the time. Don't you need --always-readline
and possibly --no-children? (cf. the rlwrap manpage)

warnings can be silenced by the --no-warnings (-n) option
Which doesn't happen if I launch it with clojure -T:nrebelly directly and not through the bb task.

โœ… 1

or just b

๐Ÿง  1

Oh, it's because I have: alias bb="rlwrap bb" In my .zshrc

Mine is alias bbi="rlwrap bb" ๐Ÿ˜„ ("bb interactive")

Good idea. Maybe I shouldn't mess with the default and have a bbi as well.

Informal survey: how many people are still using macOS + Intel (not counting running linux on an Intel mac)? React with ๐Ÿ’ช if you're running on macOS + ARM and ๐Ÿง  if you're running on macOS + intel. Not interested in other OSes.

๐Ÿง  6
๐Ÿ’ช 28

Iโ€™m plotting my escapeโ€ฆ probably a year or two for work and home

โž• 1

i use linux btw ๐Ÿ˜‰

2

sorry that has to be written by someone just for the sake of "i use x btw" memes

I'm vegan

๐Ÿ‘Œ 1

i'm vegetarian btw

How do you know someone is vegan?

he'll tell you i guess

Don't worry, they'll tell you

How do you know someone is using nix?

it smells like hash ๐Ÿ˜„

๐Ÿ˜† 1

I guess they won't tell you, since they won't do anything non-reproducible.

๐Ÿ˜‚ 1
๐Ÿ˜† 2
๐Ÿ™‚ 1

I resemble that comment

My use of macOS + Intel is rare btw.

I have still one mac intel in use (actually, my wife is using it) and two older ones that are collecting dust. No machines I actually run bb on myself

however I now only run bb in a Ubuntu VM on my Intel mbp, so I guess not really!

i use babashka btw ๐Ÿ˜„

me too!

โค๏ธ 1

man adding markdown is awesome ๐Ÿ˜ฎ

only thing i'm missing is a routing library build in. I use ruuter all the time but would be cool to have it somehow ootb so you basically don't need anything to get something up and running