Fork me on GitHub
#biff
<
2024-01-28
>
Jacob O'Bryant02:01:48

Phew. Finally finished writing up the https://github.com/jacobobryant/biff/blob/dev/CHANGELOG.md#v100 for the new release. Next I'll be following/testing out those instructions on Yakread. If anyone else wants to give them a try and let me know how it goes, that'd be helpful. (If anything's broken, now would be a great time to catch it!) You can also try it out in a new project by running clj -M -e '(load-string (slurp ""))'. Once I've tested it out in Yakread, I'll need to update all the website docs, including the tutorial... so it'll still take another week or two (🤞) before this is officially released.

👍 1
John Oerter19:01:39

Congrats on 1.0.0! I started a new project recently and will try this out

🙌 1
John Oerter13:01:43

I had a bit of trouble getting the env vars in config.env exported to the environment, but I may have been doing something wrong

Jacob O'Bryant18:01:18

Were you trying to read them with System.getenv() ? They don't actually need to be in the environment; use-aero-config reads them directly from config.env

Jacob O'Bryant18:01:16

though if you're deploying to a PaaS like Fly/Heroku or whatever, then instead of using config.env in prod at all you can just use their env variable editor thing

John Oerter02:01:17

Ah! Yes my mistake, I was still trying to use bb dev without switching over to use-aero-config

Jacob O'Bryant04:01:18

I guess this would also be a good time to rename "plugins" to "modules", so if anyone has any concerns about that, this would be a good time to voice them