clojure-finland

Ykä 2020-06-18T05:51:38.024700Z

Thanks for all the participants in yesterday’s meetup! In case someone missed the meetup, here’s the link to the second presentation video as well: https://youtu.be/NOffOTpBj6o Heimo Laukkanen & Arttu Kaipiainen: Developing yet another webchat product for a media company with Clojure and Clojurescript

2020-06-18T07:34:52.025300Z

"Clojure maps" on the web site do not scale on mobile

2020-06-18T07:36:36.026Z

Another for improving a11y of these rendered maps https://github.com/ClojureFinland/ClojureFinland.github.io/pull/12

Ykä 2020-06-18T08:59:40.026400Z

Awesome! Thanks Toni! :hugging_face: I noticed the same bug but did not have time to figure out the fix 🙂

Ykä 2020-06-18T09:01:15.028300Z

It’s awesome to see the community making pull requests to the site. It was definitely the right thing to just push the site out to get feedback and contributions. 🙂

👍 3
Ykä 2020-06-18T09:02:32.029500Z

Another thing done well is that clojure and hiccup is used in building the static site with automatic hooks on GitHub. Did you figure out the github build pipeline config yourself or was it documented somewhere @valtteri? The current setup is very handy and if it is not documented yet, it would be a good topic for a short blog post.

2020-06-18T09:14:47.029800Z

np

valtteri 2020-06-18T09:35:11.030400Z

Thanks for the PR @toni.vanhala I’ll check it today after work!

valtteri 2020-06-18T09:35:26.030700Z

@yka I just put together these pieces I found https://github.com/ClojureFinland/ClojureFinland.github.io/blob/develop/.github/workflows/deploy-to-gh-pages.yml

valtteri 2020-06-18T09:35:58.031100Z

And the generator thing I built from scratch (because fun & simple) 🙂

👏 1
2020-06-18T09:40:36.031300Z

my three PRs were already merged

2020-06-18T10:41:00.031600Z

But here's one more which may be bit more opinionated! 😄 https://github.com/ClojureFinland/ClojureFinland.github.io/pull/13

valtteri 2020-06-18T14:46:42.032Z

Nice! Things move so fast 🚀

valtteri 2020-06-18T14:46:52.032200Z

Good improvements, thanks!