feedback
Here are 579 public repositories matching this topic...
-
Updated
Aug 3, 2021
-
Updated
Aug 17, 2021 - 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
Aug 11, 2021 - Swift
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
May 24, 2021 - 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
Apr 12, 2021
-
Updated
Nov 1, 2018 - Python
-
Updated
May 17, 2021 - Clojure
-
Updated
Aug 17, 2021
-
Updated
Jun 16, 2021
-
Updated
Jun 6, 2018 - Objective-C
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
May 29, 2020 - Swift
Describe the bug
When viewing the Exam Management Page (Course Management -> Exams Button) on a mobile device / narrow screen, the Exam ID and Title are not displayed. The table only contains various time stamps.
To Reproduce
On mobile / in a narrow window:
- Go to 'Course Management'
- Click on 'Exams'
- Find that the id and title are missing
Expected behavior
The I
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
Follow
button is rendered (with the classfollow-action-button
), the button always renders the textFollow
by 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