feedback
Here are 649 public repositories matching this topic...
-
Updated
Mar 6, 2022
-
Updated
Mar 22, 2022 - Python
-
Updated
Mar 20, 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
Feb 27, 2022 - Swift
-
Updated
Jan 3, 2022
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
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.
-
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 6, 2022
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
Checklist
General
- I tested all changes and their related features with all corresponding user types on a test server.
- This is a small issue that I tested locally and was confirmed by another developer on a test server.
- Language: I followed the [guidelines for inclusive, diversity-sensitive, and appreciative language](https://docs.artemis.ase.in.tum.de/dev/g
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: