| 07:07 | <sideshowbarker> | https://blog.cloudflare.com/a-better-web-streams-api/ |
| 23:45 | <sideshowbarker> | Request: If you use GitHub notifications and you mark some notifications as Done: 👉 Can you please go to the last page of your https://github.com/notifications?query=is:done and see how old the oldest notification you’ve marked as Done is? In my case, it seems to be one week. That is, it seems like GitHub doesn’t retain my Done-marked notifications for longer than one week. |
| 23:47 | <sideshowbarker> | … Context: For a change to a GH notifications-related feature in gh-dash https://github.com/dlvhdr/gh-dash (a GH TUI tool I contribute to), I’m trying to figure out how long gh-dash should retain its own data about notifications you’ve marked as Done. We don’t want to keep the data around in your user environment any longer than necessary. Otherwise, the data store for it just grows unbounded over time. (And the reason gh-dash has to retain its own data about Done notifications to begin with is: The GH API doesn’t actually provide any way to know whether a particular notification has been marked as Done. So in order to emulate the Done-marking behavior the GitHub web UI provides, we need to have gh-dash store a record of Done-marked notification IDs and timestamps in your user environment.) |