Late renaming of topics can break archive threads - General

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sridhar Ratnakumar

There is a limitation with zulip-archive. If you rename a topic after a while, it will appear in two places in the archive. :-(

Example:

aeson makes it super easy to interact for JSON APIs - I'm building Zulip bindings and this is all I need to write to bind concrete endpoint: newtype MessageHistory = MessageHistory{ mhMessageHistory :: [MessageSnapshot] } deriving stock (Show, Generic) deriving FromJSON via ZulipJSON Messa
I found req to be pretty easy to write REST API clients, actually. Disclaimer: never used any other client library (aside from wreq) in the past.
Sridhar Ratnakumar

I'll re-generate the full site later today (ignoring cache), which should apply a one-off fix. And then open a bug on zulip-archive.