4 ms·
The code snippet in this [0] example from the index page (top) looks to have an f-string issue: return [ { "message": "{t.name} is due for {t.due_days}
by naltun 4y ago
The code snippet in this [0] example from the index page (top) looks to have an f-string issue:
return [
{
"message": "{t.name} is due for {t.due_days} days",
"assignee": t.assignee,
}
for t in tickets
]
[0] https://assets-global.website-files.com/627d359d0e0aa265b7817bcf/62a0fa061b0b805437a8d59a_hero_visual-new.png https://assets-global.website-files.com/627d359d0e0aa265b781...
E: Fix formatting (TIL HN doesn't support code blocks)
- bradmenezes 4y agoGood catch, we're fixing this right now!