Tim DuBois

Results 96 issues of Tim DuBois

If we don't have a name, or email, but URL, we link this url. I think that if a user has provided their URL, they are happy for people to...

backend-rocket
frontend-elm

#68 was merged without the inclusion of one cosmetic feature: scrolling the comment in question into view if it's outside the viewing pane. Seems like Elm doesn't have native capacity...

enhancement
frontend-design

We have notifications from #62, but we should be able to return the response before sending the email. May need to spawn off a future, or invoke something in the...

enhancement
help wanted
backend-rocket

For the moment we spawn a heap of reply buttons, but only one is really needed. When the mouse is over a comment or is tabbed through on the keyboard.

frontend-elm
frontend-design

Currently we set up things like the notification system (#62) in plain text in the config file. It would be better if some of this info was stored in the...

enhancement
backend-rocket
backend-database
admin

Katex has a lot of external dependencies. We could pull it in locally, but it still muddies the waters. There will be many people who will not require equations ever,...

enhancement
admin

To avoid flooding we should throttle the amount of comments a user can post within a given time frame. This should be matched on IP I guess.

backend-rocket
frontend-elm
admin

Multi-language support, with some form of template such that it's easy to add more languages.

enhancement
admin

Sqlite is fine for small blogs on a single VPS instance. However, users may be more comfortable with a more capable system at scale. To that end, we can add...

backend-database
admin

One issue that isso faces is that it uses an api through email to manage comments. This requires unsafe CSP headers to be enabled, or the requirement to manually edit...

backend-rocket
backend-database
frontend-elm
frontend-design
admin