Skip to content
#

feedback

Here are 657 public repositories matching this topic...

forem
joshpuetz
joshpuetz commented Nov 19, 2020

Describe the solution you'd like

A generic modal for rate limit warnings was added in forem/forem#11102. It would be idea if all places in Forem that warned a user about rate limits used that model.

Start with app/services/rate_limit_checker.rb and trace back paths from there. Some examples:

  • creating too many reactions too quickly
  • updating an article or
good first issue type: refactoring area: moderation bug smash
goenning
goenning commented Jul 24, 2021

Fider currently only run migrations that have a timestamp higher than the last executed migration.

This means we need to be extra careful when merging PRs to ensure the timestamp on the migration files are always accurate.

Ruby on Rails takes another approach where they run all migrations that have not yet been executed on the server. They still apply it in order of timestamp, but allows P

good first issue help wanted
astuto
riggraz
riggraz commented Jan 29, 2021

Post description and comments should support markdown.

I believe markdown would be particularly useful to format hyperlinks, lists and quotes.

However, some markdown tags should not be parsed as usual (or not be parsed at all): for example a user should not be able to post a comment formatted with header ("#" character in markdown), because then the comment text would too big.

enhancement good first issue
jpbernius
jpbernius commented Apr 13, 2022

Is your feature request related to a problem?

The *Lectures tab shows all lectures to students, regardless of the associated date.
If I create a bunch of lectures at the beginning of the semester, the lecture tab is already messy.

Example:
image

Des

help wanted feature good first issue client

Improve this page

Add a description, image, and links to the feedback topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the feedback topic, visit your repo's landing page and select "manage topics."

Learn more