Samuel Weirich

Results 12 comments of Samuel Weirich

The main change need to be done here: _Backend_ https://github.com/bigbluebutton/bigbluebutton/blob/main/akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/users/ChangeUserRoleCmdMsgHdlr.scala#L33 _Frontend_ https://github.com/bigbluebutton/bigbluebutton/blob/main/bigbluebutton-html5/imports/ui/components/user-list/service.js#L461

~~I traced the issue down to jests pre-processor https://github.com/facebook/jest/blob/6e5b1d60a1214e792b5229993b5475445e9c1a6e/e2e/coverage-transform-instrumented/preprocessor.js#L24~~ I traced the issue down to babel-jest https://github.com/facebook/jest/blob/6e5b1d60a1214e792b5229993b5475445e9c1a6e/packages/babel-jest/src/index.ts#L52 If the coverage is set to `babel` it is adding the `/* istanbul...

I just had a deeper look and found the instrument = true comes from https://github.com/facebook/jest/blob/6e5b1d60a1214e792b5229993b5475445e9c1a6e/packages/jest-transform/src/ScriptTransformer.ts#L703

Same issue in vue2, tried to fix it using some suggestions in #480 but they didn't work. Tried v8, but that is causing some other issues, see #504. Looks like...

In BigBlueButton an uploaded presentation, as well as all other content (Chat, Shared Notes, etc.) only exists during a running meeting. Bigbluebutton has no concept for persisting rooms, only temporary...

Hi @jorgelondo, Greenlight currently only supports one presentation. I don't know if LMS Plugins like Moodle, or Nextcloud would allow more, maybe @ffdixon knows a bit more. I maintain a...

We support BBB 2.6 and have an offical migration path for Greenlight 2. We havn't looked into Greenlight 3 yet, but it shouldn't be to complex

The migration process is done once, it's not designed to keep greenlight and PILOS in sync. However if bbb is getting an update nothing changes, as the frontend (greenlight/pilos) is...

@jorgelondo My work on PILOS is part of my job at the university - therefore I cannot directly provide any commercial service. However, if you have any specific questions, let...

@domenic Will you finish implementing the new function? I don't know how to pass the config variable correctly to the HTMLFormElement-impl.js - otherwise you can also help me how to...