Skip to content
#

collaboration

Here are 1,096 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

server
dvc
lindy65
lindy65 commented Jun 7, 2021

Submitted on behalf of contributor jgilliam17

Summary:
Space missing between "Show/hide Description" on a Board

Steps to reproduce the behavior:

  1. Open a board
  2. Hover over the area top left above the board name
  3. Observed: space missing between icon and wording (show/hide description) - see screenshot

Expected behavior:
A space between icon and "show/hide descriptio

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