Fork me on GitHub
#babashka
<
2020-11-13
>
David Pham09:11:18

What is the difference between the Linux and Linux static version of the artefacts?

Jakub Holý (HolyJak)10:11:39

@borkdude I have tried adding next.jdbc.result-set/as-arrays but it increased compile time from 5 to 20 minutes. (Perhaps because it uses protocols?) These are quite useful but I guess not worth the increased compilation time (though it will be less on a better machine), thoughts?

borkdude10:11:03

Thanks for the digging. You can post an issue at https://github.com/babashka/babashka-sql-pods/ about this, as this function might also be useful for the sql pods and I'll take a look at it

👍 3
borkdude10:11:55

In fact, I would like to receive a PR for the functions you want to add in babashka also over there, if you want, since it's easier to see if things blow up there, since there are actual CI builds with jdbc over there

👍 3
Jakub Holý (HolyJak)10:11:35

Where can I quickly learn enough to understand how to port the change to the pods? As I know you, there is a document page just for that 🙂

Jakub Holý (HolyJak)14:11:16

I need to run aws cli command and work further with its output. What is the way to do it in modern bb? Just shell/sh ?

borkdude14:11:14

I think that's pretty common to do. You can also use babashka.process if you need a longer running process

👍 3
borkdude14:11:10

@holyjak There is also https://github.com/tzzh/pod-tzzh-aws which has lots of working features, but it currently doesn't let you upload a file to s3 (correct @thomas.ormezzano?)

👀 3
tzzh14:11:49

Yes - haven’t add time to fix this but otherwise it supports a lot of features