Gustavo Trott

Results 24 issues of Gustavo Trott

It would be nice to a see a dashed line above `sum` lines: ![image](https://github.com/antonmedv/numbr/assets/5660191/e5f412cd-5716-4763-9035-c56f79708a11)

Currently, reactions in the platform are somewhat inconspicuous. To see if someone has reacted, a teacher must inspect the Userlist. To make these reactions more visible, I suggest the following...

type: enhancement
status: stale

When I'm drawing on a presentation that is different from Default.pdf, viewers often have their screens zoomed in and can't see what I'm drawing in other parts of the slide....

module: client

Provide `sharedNotes.fullContentHtml` that will be used to refactor the shared-notes component for Read-Only users. ```gql query { sharedNotes { sharedNotesExtId fullContentHtml lastRev } } ``` Depends on https://github.com/bigbluebutton/bbb-pads/pull/42

status: conflict

Some complexity was in order to take advantage of indexes for `showTalkingIndicator`. It is not necessary anymore since #20528

status: conflict

Following #20050 Closes #20233

status: conflict

Hey, I’m really enjoying your extension! However, I’ve noticed an issue when navigating through bookmarks using the Tab key. The focus always lands on the BookmarkEditButton, which is a bit...

- Stop using ENV VARS from `/etc/default/bbb-graphql-middleware` - Remove the file `/etc/default/bbb-graphql-middleware` if exists - Introduce a config file `/usr/share/bbb-graphql-middleware/config.yml` - Introduce an override config path `/etc/bigbluebutton/bbb-graphql-middleware.yml` - Tweak Cluster...

**TL;DR:** This PR prevents resending all subscriptions when a user leaves a meeting, allowing only the PresenceManager subscriptions to be re-sent. **Details:** Currently, when a user changes their role or...