Fork me on GitHub
#babashka
<
2020-12-01
>
Markus Agwin01:12:13

Bumped https://github.com/kloimhardt/babashka-web (includes https://github.com/metosin/reitit routing) to version 0.2.4, so it is in line with latest master.

👍 12
borkdude17:12:56

The babashka survey results are out: https://surveymonkey.com/results/SM-8W8V36DZ7/ We got just over a 100 responses in ~3 weeks. Welcome to do your own analysis. I will publish a summary later on!

nate17:12:52

Wow, thanks for sharing the data!

borkdude17:12:17

And small reminder: in about an hour the meetup on babashka internals will start: https://www.meetup.com/London-Clojurians/events/274014078/

eigenhombre18:12:54

Is there a link for live video?

David Pham19:12:09

Is there a way to steam the output of a babashka/process to the main out so that we can see the print of a shell command streaming and not only when it is finished.

borkdude20:12:58

@neo2551 Yes, use :out :inherit :err :inherit or :inherit true if you want to also redirect stdin

David Pham20:12:28

This is soooo cool :)

David Pham20:12:23

I am learning Kafka by using the command shells wrapped by Babashka :)

David Pham20:12:05

I wonder if one can output to the repl instead of inherit?

borkdude20:12:49

you can use :out *out*

borkdude20:12:04

not sure if this is what you mean

borkdude20:12:22

you can redirect out to anything that's compatible with http://clojure.java.io/copy

David Pham10:12:11

I tried with :out *out* , however, when using --nrepl-server the process does not print it in the repl. What am I missing?

borkdude10:12:25

ah, that's because nrepl re-binds out. what is your goal? you want to capture the ouput of the process? why not send it to System/out ?

jhacks20:12:47

The slides link doesn’t appear to be working. Great talk, btw, thanks for taking the time to do it!

borkdude20:12:09

You mean the link to speakerdeck?

borkdude20:12:47

Oh, it wasn't public

borkdude20:12:54

Can you try again?

jhacks20:12:02

It’s working now, thanks!

isak21:12:16

@U04V15CAJ For this part: > A native image cannot load new classes at runtime Do you know if that is unlikely to change? Are they interested in trying to support it?

borkdude21:12:26

Not sure, you should ask the GraalVM devs

3