Skip to content
#

collaboration

Here are 1,095 public repositories matching this topic...

mhaaz
mhaaz commented Apr 21, 2021

Description:

Whenever I change any of the room info (description, announcement, etc.) this resets the room setting which is supposed to hide system messages.

Steps to reproduce:

  1. Go to "Room info" in a channel where you have privileges to change the room info.
  2. Toggle on the "Hide system messages" setting. Confirm that this change itself is not posted in the channel.
  3. Close
mattermost-server
mattermod
mattermod commented Jun 7, 2021

Environment: desktop 4.5.4 and 4.6
Not a regression, raised during PR testing

Steps:

  1. Open the desktop app
  2. Navigate to System Console>Plugins>Zoom
  3. Click on Documentation or More Information (within Enable OAuth)

Expected: Link to open in browser

Actual: Nothing happens, links are not opening when clicked on desktop; Links open when viewed/clicked on the webapp.

Note from G

lindy65
lindy65 commented Jun 4, 2021

Submitted on behalf of contributor jprusch

Summary:
Have a unique link / URL for each card, that I can copy & paste somewhere else (Hint: Mattermost channel).

How important this is to me and why:
Importance: Medium
It would make it easy to get approved/authenticated users directly on a card, when they click on the URL.

Additional context / similar features:
Mattermost

edogrigqv2
edogrigqv2 commented Dec 13, 2020

🚨🚨 Feature Request

We need description, citation, license, and version meta info to be added to the dataset.

Is your feature request related to a problem?

Some datasets need this info inside them for legal reasons.

If your feature will improve HUB

Easy to implement, won't hurt for sure.

Description of the possible solution

Currently, we have all metadata store

sumedhb1995
sumedhb1995 commented Jun 8, 2021

Currently, TinyliciousClient and the new FrsClient have both their create/getContainer calls' return signatures as tuples:
Promise<[FluidContainer, TinyliciousContainerServices]> or Promise<[FluidContainer, FrsContainerServices]>

This should instead to be converted to object with defined interface:
`Promise<{ fluidContainer: FluidContainer, containerServices: TinyliciousContainerServices

terminusdb
hoijnet
hoijnet commented May 29, 2021

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.

Curate this topic

Add this topic to your repo

To associate your repository with the collaboration topic, visit your repo's landing page and select "manage topics."

Learn more