feedback
Here are 640 public repositories matching this topic...
-
Updated
Aug 3, 2021
-
Updated
Feb 2, 2022 - Python
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
Jan 17, 2022 - Swift
-
Updated
Feb 2, 2022
-
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
Jan 9, 2022 - Java
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
Nov 7, 2021
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
Describe the bug
A user can create multiple accounts by having different casing in the email address.
Expected behaviour
It should check the email by lower casing it.
-
Updated
May 29, 2020 - Swift
Not my exception, the naming is a bit ambiguous: This exception gets thrown if the provided password doesn't match the requirements (registration, etc.)
Originally posted by @julian-christl in ls1intum/Artemis#4508 (comment)
As this is not a 401, a better name should be chosen and implemented. E.g. "InvalidFormPasswordException" or something along the li
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 bug
In many (if not all!) of the places where the
Followbutton is rendered (with the classfollow-action-button), the button always renders the textFollowby default. Once the user's data is fetched, it then may update toFollowing. 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