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.or just b
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.
Iโm plotting my escapeโฆ probably a year or two for work and home
i use linux btw ๐
sorry that has to be written by someone just for the sake of "i use x btw" memes
I'm vegan
๐
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?
no clue
it smells like hash ๐
I guess they won't tell you, since they won't do anything non-reproducible.
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
(both)
however I now only run bb in a Ubuntu VM on my Intel mbp, so I guess not really!
https://clojurians.slack.com/archives/C06MAR553/p1749742601707059
i use babashka btw ๐
me too!
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