This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-01
Channels
- # announcements (23)
- # babashka (66)
- # babashka-sci-dev (7)
- # beginners (24)
- # biff (2)
- # calva (19)
- # cider (10)
- # clj-kondo (12)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (37)
- # clojure-art (1)
- # clojure-europe (50)
- # clojure-gamedev (1)
- # clojure-nl (1)
- # clojure-norway (22)
- # clojure-uk (7)
- # clojurescript (6)
- # conjure (28)
- # cursive (19)
- # data-science (11)
- # fulcro (21)
- # holy-lambda (12)
- # honeysql (6)
- # hyperfiddle (2)
- # jobs (1)
- # lsp (5)
- # malli (4)
- # meander (3)
- # missionary (8)
- # nbb (5)
- # off-topic (39)
- # rdf (9)
- # reitit (1)
- # releases (1)
- # sci (21)
- # shadow-cljs (42)
- # specter (1)
- # xtdb (11)
jo when I run bb tasks
in the latest template project:
The following tasks are available:
[holy-lambda] AWS configuration check failed. Unable to get value from the profile: default
Did you run command: aws configure?
my ~/.aws/config
[default]
region = us-east-1
output = json
what field is it trying to get that is not there?the thing about this that is inconvinient for me is that I have bb
bash completion setup (it calls bb tasks
). Would be nice if I am able to do bb tasks
(and bash complete).
And then it throws at a later point, e.g. when doing bb buid
it says "no access key".
I'm just thinking out loud.
@U02CV2P4J6S I can feel your pain. I'm rebuilding bb tasks right now.
For now I will disable this check, because it's useless for bb backend
@UJ1339K2B nice. Yea I wonder if it is possible to somehow tell that the code is loaded via bb tasks
I don't know. Then it could take steps to stay fast as well.
@U02CV2P4J6S Could you please check this tasks sha?
ab59c3af21e4cc7d0da81a7899d334a60bbfa78e
I'm abandoning the bb tasks and will probably build a simple functions, that work both under bb and Clojure CLI.