Skip to content
#

feedback

Here are 656 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
severin-kacianka
severin-kacianka commented Nov 5, 2021

Is your feature request related to a problem?

To review exercises I need/want to create PDFs with all the exercises in a given week. I explicitly need a PDF (or similar) to distribute a known version to several people who are not necessarily artemis users (getting them to use artemis is not an option).

Describe the solution you'd like

For me several options would work:

  1. A 'print vie

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