-
Updated
Dec 10, 2020 - JavaScript
collaboration
Here are 887 public repositories matching this topic...
In the mobile web view, some input areas and content overflows on the right side.
Attaching some screen-shots.
Status modal
-
Updated
Dec 10, 2020 - TypeScript
-
Updated
Dec 8, 2020 - JavaScript
Something that would be handy for us during debugging and for users. Same as git config --list. Useful to avoid confusion such as in iterative/dvc#4970
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Nov 30, 2020 - C#
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Dec 9, 2020 - JavaScript
-
Updated
Jun 2, 2020 - Go
Accessibility: [MAS2.1.1]: User is not able to navigate inside the 'Shortcuts' list with keyboard.
Build details:
OS Version: 2004(20221.1000)
Edge Dev Version: 87.0.654.0 (Official build) dev (64-bit)
URL: https://fluidframework.com/playground/?path=/docs/welcome--page
Repro Steps:
-
Navigate to 'Shortcuts' button in left nav and invoke it.
-
Now try to navigate inside the list using down arrow key and observe.
Actual Result:
- But
-
Updated
Dec 10, 2020 - Java
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Feb 9, 2019 - TypeScript
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Dec 9, 2020 - Shell
-
Updated
Dec 2, 2020 - Shell
Is it possible to provide a prebuilt installation. Maybe even with a gui to install?
I'm using a shared hosting service and the possibilities to built codimd on the server are very limited.
-
Updated
Nov 25, 2020 - C#
-
Updated
Nov 30, 2020 - JavaScript
Add support C#
Please add C# syntax support.
-
Updated
Jul 1, 2020 - Java
-
Updated
Dec 9, 2020 - TypeScript
-
Updated
Dec 8, 2020
Thanks for this brilliant app. I am currently self-hosting in docker.
Please allow users to copy a card, including tasks. I use templates so this would be very helpful.
Thanks again.
Improve this page
Add a description, image, and links to the collaboration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the collaboration topic, visit your repo's landing page and select "manage topics."




The Mattermost codebase has a lot of methods with receiver names as
me. This is a carry-over from other Object Oriented languages and not idiomatic Go as pointed out (https://github.com/golang/go/wiki/CodeReviewComments#receiver-names).This ticket is about changing the receiver name from
meto something more suitable for(me *MeProvider)inapp/slashcommands/command_me.go.Example