-
Updated
Nov 25, 2020 - JavaScript
collaboration
Here are 880 public repositories matching this topic...
Because at the moment, nothing happens visually when dropping the lib file into the scene (or opening it)
There are a number of calls in zerver/views/auth.py to get_realm -- and most, but not all, catch the potential Realm.DoesNotExist exception that that raises. The ones that don't currently should catch the Realm.DoesNotExist and raise a JsonableError, to prevent 500's like this:
$ curl -sSX POST https://invalid.zuli
-
Updated
Nov 24, 2020 - TypeScript
It is a visual bug appears on the settings page when there are many characters in the string. I think this is due to css
#app-navigation:not(.vue)>ul>li>ul>li>a
overflow: hidden;
which hides the icon along with the overflow text. If you comment out overflow: hidden; icons appear
Steps to reproduce
- Set Russian languag
-
Updated
Nov 25, 2020 - JavaScript
Bug Report
Since 2.0.0, pyarrow.hdfs.connect is deprecated, as seen on this GHA log, and recommends to use pyarrow.fs.HadoopFileSystem.
home/runner/work/dvc/dvc/dvc/tree/pool.py:53: DeprecationWarning: pyarrow.hdfs.
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Oct 31, 2020 - C#
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Nov 21, 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:
1. Navigate to 'Shortcuts' button in left nav and invoke it.
2.Now try to navigate inside the list using down arrow key and observe.
Actual Result:
User i
-
Updated
Nov 20, 2020 - Java
-
Updated
Feb 9, 2019 - TypeScript
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Nov 24, 2020 - Shell
-
Updated
Oct 19, 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 24, 2020 - C#
-
Updated
Nov 12, 2020 - JavaScript
Add support C#
Please add C# syntax support.
-
Updated
Jul 1, 2020 - Java
-
Updated
Nov 21, 2020 - TypeScript
-
Updated
Nov 19, 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 *LogoutProvider)inapp/slashcommands/command_logout.go.