Hi, a reminder about the existence of the FoC News...
# thinking-together
m
Hi, a reminder about the existence of the FoC Newsletter: https://tinyletter.com/marianoguerra/letters/future-of-coding-weekly-2020-06-week-2 But mainly to give good news: 1) Message attachments are listed as links in the history Example here they are not embedded because slack doesn't allow me 2) Solve the mysterious case of users not getting their username, it was because the API returns at max 1000 users and we went over it a couple weeks ago
👍 7
i
Are you open to collaborating on this? I'd be happy to give it some more CSS treatment.
m
sure! the code is on the repo, the only thing is that it has to be as self contained as possible to make it easy to export the same style. history/index.html and history/app.js on the gh-pages branch (you have to start a web server at the root of the repo,
python3 -m http.server
will do)
i
PR sent! Feel free to DM me if you want to discuss the direction I've taken things.