collaboration
Here are 1,254 public repositories matching this topic...
I have 4 opened documents leveraging PWA which results in this list on macOS:
May I propose to use the filename as a window's title, so that several windows can be distinguished better?
In terms of length, you may need or want to show the beginning end of the filename similar to Fi
When clicking a link in a plugin config settings header, the browser opens the link in current tab
When click the link "documentation for configuration steps" in the Zoom plugin settings page in the system console:
Expected: The Zoom plugin docs open in a new tab
Observed: The docs open in the same tab, so the user is forced to leave Mattermost
Note: Please make sure that MM links are opened inside MM (do not open a new browser tab).
If you're interested please comment here and come [
When a user unsubscribes from a private stream, they can still see that stream in the Streams menu (until reload?). However, they cannot view stream subscribers.
In this situation, the Subscribers tab should be disabled, just like the Personal tab.
-
Updated
Jan 27, 2022 - TypeScript
-
Updated
Jan 27, 2022 - JavaScript
Summary
Feature Idea: Convert octo-sidebar-item from
How important this is to me and why
Importance: Medium
Additional context/similar features
This is being used multiple times in the file, so please be sure to replace all instances.
Also, some css changes may be needed to revert the button base styles that are applied, so the UI looks the same as before.
<
We support toml as params file. There are a few issues with our current toml parsing:
- We use
tomllibrary, which is not toml 1.0 standard compatible. Also, the library is not being actively maintained. tomldumping does not preserve existing formatting.- iterative/dvc#6402
We can try migrating to tomli (which
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Jan 25, 2022 - JavaScript
-
Updated
Dec 31, 2021 - PHP
-
Updated
Nov 2, 2021 - C#
🚨 🚨 Feature Request
If your feature will improve HUB
To explore the structure of a dataset it is convenient to have nicer and more informative prints of dataset objects and samples
Description of the possible solution
1) show ds
now
> ds
Dataset(path='hub://activeloop/abalone_full_dataset', tensors=['length', 'diameter', 'height', 'weight'])
-
Updated
Jan 27, 2022 - Python
There are max message size limitations to using websockets, but local server and its driver do not use websockets. Since local server is frequently used in test scenarios it can lead to things working in test, but not in production. We should add an artificial limitation to the local server or driver that enforces the max message size
-
Updated
Jan 27, 2022 - Python
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Apr 6, 2021 - Go
Which part of the project should be enhanced?
Both APIs
Is your enhancement request related to a problem? Please describe.
Both the public and the private API return 400 Bad Request, when an alias is already used. This is a very generic error code.
Describe the solution you'd like
The APIs should return 409 Conflict instead.
Describe alternatives you've considered
Not changi
-
Updated
Dec 4, 2021 - JavaScript
-
Updated
Jan 27, 2022 - Java
-
Updated
Jan 21, 2022 - Shell
-
Updated
Feb 9, 2019 - TypeScript
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Jan 26, 2022 - Shell
Layout Logic
There are a couple of issues with the layout logic:
- When there are 7 or 8 people, only 6 people is showing
- When there are about 12+ participants, everyone is kind of "crushed together" because of little space. Only the most active participants should then be viewed.
-
Updated
Oct 12, 2021 - PHP
Is your feature request related to a problem? Please describe.
CSV files produced in different locales have different default separators, a comma-separated file (",") is but one type of CSV.
In Sweden we usually use a semicolon (";") as separator and many CSV files use a tab as separator ("\t"). Importing CSVs requires reformatting them before import, and causes inoperability issues and f
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."





Description:
When using curl to query the files.im api endpoint by roomId it states it cannot find the roomId. The roomID entered is the one listed in the MongoDB collection rocketchat_uploads.
When I query by username it states it is successful but list no files.
Step