-
Updated
Dec 6, 2020 - JavaScript
collaboration
Here are 885 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 6, 2020 - TypeScript
Hello,
I have noticed that “User disabled" is not translated on login screen:
Lithuanian login screen:
https://help.nextcloud.com/uploads/default/original/3X/b/f/bfb9a0fba9526170af1074ad5743cbf6698b280c.png
German login screen:
https://help.nextcloud.com/uploads/default/original/3X/2/0/20a7e4bab37f5ee9df6772c92dbce71e6230f7c4.png
These words are translated on Transifex, e.g. Lithuani
-
Updated
Dec 5, 2020 - JavaScript
As far as I can tell, there's no documentation of the conda "power user" packages, as described in https://github.com/conda-forge/dvc-feedstock/blob/master/recipe/meta.yaml
Can this be added, please?
-
Updated
Dec 5, 2020 - JavaScript
-
Updated
Nov 30, 2020 - C#
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Dec 5, 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 4, 2020 - Java
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Feb 9, 2019 - TypeScript
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Dec 1, 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 1, 2020 - TypeScript
-
Updated
Nov 30, 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