babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
Adrian Smith 2020-10-08T10:01:31.293700Z

I had a use-case at work recently for using Babashka in the context of a github action, in the end since I was learning github actions I just used a JavaScript thing, I needed to interact with the github api inside the action, has any one tried this in bb?

borkdude 2020-10-08T10:59:50.293900Z

@sfyire Maybe this one does it: https://github.com/rymndhng/release-on-push-action

❤️ 1
tzzh 2020-10-08T13:46:29.302900Z

Hey, just wanted to share that I kept experimenting with building Go based pods and built https://github.com/tzzh/pod-tzzh-kafka it exposes some of the functionality of the confluent kafka go library (it’s quite limited atm). It can be useful for small kafka admin tasks (e.g creating/deleting topics) or when you need to produce/consume a few messages from/to a topic on demand.

👍 1
❤️ 1
🎉 3