Skip to content
#

feedback

Here are 620 public repositories matching this topic...

forem
vaidehijoshi
vaidehijoshi commented Feb 26, 2021

Describe the bug

In many (if not all!) of the places where the Follow button is rendered (with the class follow-action-button), the button always renders the text Follow by default. Once the user's data is fetched, it then may update to Following. This step of fetching the data async and then updating the text after the button and text have already rendered leads to a glitchy UI

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

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.

Artemis
FlorianGlombik
FlorianGlombik commented Oct 22, 2021

Describe the bug

When creating a Short-Answer question for a quiz and adding a long answer option the client does not display an error message, even though the quiz was not saved and a status code 500 is received.

To Reproduce

  1. Create a Quiz
  2. Add a short answer question
  3. Add an answer option with 260 chars
  4. Open the dev tools
  5. Save the Quiz and observe that the quiz was

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