Skip to content
#

collaboration

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

matthias4217
matthias4217 commented Mar 23, 2022

Description:

Currently, emojis in the emoji picker are limited to Emoji 12. The current set seem to be the one in the npm package emojione (emojione-assets in the dev dependencies). However, this project has been discontinued due to a change of name. It should be replaced by the newer emoji-toolkit package. See more about it in [this Readme](https://github.com/joypixels/emoji-toolkit/

good first issue
tomayac
tomayac commented Feb 22, 2022

Note how the Export string is hidden under the notch. Worse: the back button < is hidden under the Carrier, which becomes the Back to previous app button, so if you came to Excalidraw from another app (or launched it via search), you can effectively never go back and leave the dialog.

![excalidraw com_(iPhone X)](https://user-images.githubusercontent.com/145676/155087006-bff301b6-9c12-

good first issue UX/UI
mattermost-server
mattermod
mattermod commented Jan 24, 2022

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 [

Difficulty/1:Easy Tech/ReactJS Good First Issue Help Wanted
server
asaadmahmood
asaadmahmood commented Oct 11, 2021

Summary

Feature Idea: Convert octo-sidebar-item from

to

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.

<

Enhancement Good First Issue Help Wanted Hacktoberfest
dvc
AbhinavTuli
AbhinavTuli commented Mar 22, 2022

🚨🚨 Feature Request

  • A new implementation (Improvement, Extension)

Is your feature request related to a problem?

Currently, if a user tries to access an index that is larger than the dataset length or tensor length, an internal error is thrown which is not easy to understand.

Description of the possible solution

We can catch the error and throw a more descriptive e

enhancement good first issue
davidmehren
davidmehren commented Aug 29, 2021

Which part of the project should be enhanced?
The MediaController in both the public and private APIs

Describe the solution you'd like
When uploading media, the ID of the note the upload belongs to is transferred in a header.
Currently, the business logic uses await this.noteService.getNoteByIdOrAlias(noteId); to create a Note instance from that. We should implement a custom para

type: enhancement good first issue
nettu-meet
fmeringdal
fmeringdal commented Jun 11, 2021

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.
bug help wanted good first issue
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

enhancement good first issue core

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