dms
Here are 124 public repositories matching this topic...
-
Updated
Mar 23, 2020 - CSS
-
Updated
Jun 4, 2020 - Python
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 16, 2020 - Python
-
Updated
Jun 15, 2020 - Scala
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Jun 15, 2020 - Java
When copying code from a code block and pasting it into terminal, it is markdown formatted.
It would be helpful to have a way to copy code without formatting. One way some websites do it is adding a small copy button to the top right of code blocks. It would be sweet to see this in OnePile as well.
Plugins
-
Updated
Apr 8, 2019 - JavaScript
-
Updated
Jun 11, 2020 - PHP
-
Updated
Jul 1, 2019 - PHP
-
Updated
Sep 26, 2019 - PHP
-
Updated
Jun 11, 2020 - Shell
-
Updated
May 24, 2019 - C#
Describe the change
The user avatar should be replaced at PUT /api/v2/users/{user}/avatar.
Current situation
Currently the user avatar is changed by issuing a PATCH to /api/v2/users/{user} with a base64 encoded png image in a field avatar.
Should
- PUT /api/v2/users/{user}/avatar to change the user avatar
- Support for PATCH
avatarat /api/v2/users/{user} should be dro
-
Updated
May 2, 2018 - JavaScript
-
Updated
Jul 13, 2018 - CSS
-
Updated
Apr 20, 2020 - Shell
Please ensure your pull request adheres to the following guidelines:
Search previous suggestions before making a new one, as yours may be a duplicate.
Make an individual pull request for each suggestion.
New categories or improvements to the existing categorization are welcome.
Check your spelling and grammar.
The pull request and commit should have a useful title.
Add short description ab
-
Updated
Jun 14, 2020 - C++
-
Updated
Oct 14, 2019 - Python
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Nov 24, 2019 - Java
-
Updated
Jan 29, 2018 - Java
-
Updated
May 1, 2018 - C#
Improve this page
Add a description, image, and links to the dms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dms topic, visit your repo's landing page and select "manage topics."
Hi,
i recognized that when you add new files or remove old files to/from an opened document, the left side document view will not update properly. I think the list view should update the file count each time the document gets manipulated. For example if you create a new document the display is "(0)". It should raise immediately to (1) if a file was added. It would help to have a better overview.