This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-10
Channels
- # aleph (1)
- # beginners (4)
- # biff (7)
- # calva (7)
- # cider (8)
- # clara (17)
- # clerk (19)
- # clj-kondo (30)
- # clojure (12)
- # clojure-austin (1)
- # clojure-europe (12)
- # clojure-losangeles (1)
- # clojure-norway (21)
- # clojurescript (2)
- # datalevin (1)
- # datomic (24)
- # duct (3)
- # fulcro (8)
- # hyperfiddle (8)
- # lambdaisland (4)
- # membrane (6)
- # missionary (7)
- # off-topic (55)
- # overtone (2)
- # reagent (4)
- # reitit (4)
- # releases (6)
- # shadow-cljs (80)
I've finished updating the remaining documentation so it works with Biff >=v1.8.0: • https://biffweb.com/p/how-to-deploy/ • https://biffweb.com/p/how-to-use-postgres-with-biff/ • https://biffweb.com/p/how-to-use-reframe-with-biff/
Just updated the starter app so it uses https://www.mailersend.com/ instead of Postmark. MailerSend is a lot cheaper, and they have a free tier with 3k emails/month. Postmark has jacked up their pricing quite a bit since they got acquired. I think it's also easier to sign up for MailerSend -- e.g. to create a Postmark account, your email address has to use a custom domain (an anti-spam measure, but inconvenient nonetheless--and I'm not aware of any other ESPs that require that). I'll write up release notes at some point, but if you want to switch an existing project to MailerSend you can look at this diff: https://github.com/jacobobryant/biff/commit/4cd28082dd27df41c3b2f4623b4975f2ba1fd7cc
And with that, I'm finally ready to start working on a bunch of XTDB-related stuff... next week
Maybe I'm doing a rookie mistake here, but I'm on macOS 14 with an OpenJDK 21 and when I go through the eelchat tutorial and try to sign up, the signup link isn't printed on my console:
TO: [{:email }]
SUBJECT: Sign up for My Application
nil
oh whoops, this is a regression from my mailersend changes yesterday. I'll fix this in a minute
I've pushed a fix so new projects won't run into this, however for existing projects created with biff v1.8.6 you'll have to make this change manually, in the email.clj
file: https://github.com/jacobobryant/biff/commit/cc7dcdf6d4227e8727afaff3f9e45ba6180c3189
I've pushed a fix so new projects won't run into this, however for existing projects created with biff v1.8.6 you'll have to make this change manually, in the email.clj
file: https://github.com/jacobobryant/biff/commit/cc7dcdf6d4227e8727afaff3f9e45ba6180c3189