Fork me on GitHub
#babashka
<
2021-07-21
>
bruno.bonacci08:07:36

Another great talk by @borkdude here is the recording of last night event, for those who missed it: Babashka tasks (by Michiel Borkent) https://www.youtube.com/watch?v=u5ECoR7KT1Y

3
📽️ 9
🚀 8
🙌 8
👍 4
bruno.bonacci08:07:11

Many thanks to @borkdude for the excellent work and the great talk!

borkdude09:07:43

Thanks for getting the talk out on Youtube so fast @bruno.bonacci!

Eugen15:07:29

is it possible to see some feedback when running long tasks - like downloading a big file over a slow connection -

bb lvg 
Downloading LVG
and it sits there for quite some time without any progress or visual / auditive?! feedback

Eugen15:07:19

hmm I think maybe :raw-args ["--progress-bar"] ?!

borkdude15:07:30

@eugen.stan yes, I would use that curl option :)

borkdude15:07:49

perhaps just shell out to curl yourself

borkdude15:07:05

(shell "curl ... --progress-bar")

👍 2
borkdude20:07:10

@deleted-user I already spotted a few bugs in tools.build.process ;)

bubblebobble 2
borkdude20:07:12

you can use any library in combination with the tools.build stuff if the tools.build stuff doesn't suffice

borkdude20:07:18

including babashka.* ;)

borkdude20:07:42

I bet the tools.build file stuff also works in babashka

borkdude20:07:00

as long as the code doesn't depend on tools.deps.alpha itself it should be fine