feedback
Here are 657 public repositories matching this topic...
-
Updated
Mar 6, 2022
-
Updated
Apr 1, 2022 - Python
-
Updated
Apr 14, 2022
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
-
Updated
Apr 9, 2022 - Swift
-
Updated
Jan 3, 2022
Markdown support
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.
Hi,
We would like to ask for a review of the docs of Schleuder, a GPG-enabled mailing list manager with resending capabilities, and related projects:
- https://0xacab.org/schleuder/schleuder
- https://0xacab.org/schleuder/schleuder-cli
- https://0xacab.org/schleuder/schleuder-web
- https://0xacab.org/schleuder/schleuder-website
Thanks in advance, and for your work.
Cheers,
Georg
-
Updated
Feb 13, 2022 - Kotlin
There is an Autolab dark theme PR which allows each individual user to set whether they want the default Autolab theme, or the dark theme: autolab/Autolab#1139
This is a very promising PR but there are some issues with it which needs to be resolved before it can be merged.
- Certain aspects of the light theme (the handin-panel, the font colors and type, the handin ta
-
Updated
Nov 1, 2018 - Python
-
Updated
Dec 15, 2021 - Clojure
-
Updated
Mar 29, 2022
This will allow site admins to blacklist certain domains from creating account from site settings in dashboard.
Following on from issue #291.
Front end analytics have been added for the Magic Link (see #294) , however 'Share link turned on/off for a retro' requires sending information to Mixpanel from the server, which hasn't yet been done in this codebase.
Remaining Magic link events to track:
- Share link turned on for a retro
- Share link turned off for a retro
-
Updated
Jun 6, 2018 - Objective-C
-
Updated
May 29, 2020 - Swift
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.
Des
Improve this page
Add a description, image, and links to the feedback topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feedback topic, visit your repo's landing page and select "manage topics."

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.rband trace back paths from there. Some examples: