clojurians-log-v2 icon indicating copy to clipboard operation
clojurians-log-v2 copied to clipboard

Capturing, conserving, and making this discourse of Clojurians slack community complete, easily accessible, and searchable.

Results 16 clojurians-log-v2 issues
Sort by recently updated
recently updated
newest added

Right now the v2 clojurians log is running on clojurians-log-v2.oxal.org/ The end goal is for v2 to be available at clojurians-log.clojureverse.org/ This is a (constantly updating) checklist of the things...

It won't immediately start syncing messages. This is because we haven't fetched "ALL" channels but only "BOT" channels in the system. So until we re-fetch the new channel won't be...

Messages with files need to be handled separately

need a place to save and refer to these later. Very interesting that `user_change` has a lot of events ```bash cat event_slack_data.edn | jq '.type' | sort | uniq -c...

For real time messages we use a cache of id mappings for all members and channels. Update that cache when a new user joins the workspace or new channel is...

Currently can't go from one date in a channel to the next date page / previous page. This is how it looks in v1: ![image](https://user-images.githubusercontent.com/4194289/165789397-ef4a9aca-2eee-423d-9d48-a0da00960dc2.png) My inital goal was to...

Currently running from docker won't work as it can't find the `config/secrets.edn` We should probably add some docs around how to mount the appropriate secrets.edn file