Marc Kohaupt

Results 61 issues of Marc Kohaupt

If a user clicks on "Greenlight" in the footer, the installation manual will show up. I'd guess that is not useful for any user.

The imprint, which was available in Greenlight 2, is not available in Greenlight 3 anymore. See also #2078 and #5273. That might be a blocker preventing to use Greenlight 3...

The language in the registration UI depends on whatever the browser requests: ![Image](https://github.com/user-attachments/assets/96dbf73f-63a5-421f-8aea-31907096746d) Unfortunately, the mail is sent in English: ![Image](https://github.com/user-attachments/assets/5b8b8ead-9b76-4d1d-85ae-f623d977595c)

For a maintenance banner, the width of the toast is VERY narrow: ![Image](https://github.com/user-attachments/assets/b75607a9-dff9-45b9-a1b8-874fbda2189f) I'd suggest something way wider: ![Image](https://github.com/user-attachments/assets/53786a83-c7d7-46fa-a8cc-a405b30c6941) From an usability perspective, a toast might not the optimal choice...

The first room migration works if the room has shared access. All subsequent will fail when `.save()` is called on the shared access object. See also #6017

``` Unable to migrate Room: UID: flo-ynl-REDACTED Name: REDACTED Provider: greenlight Errors: Something went wrong when sharing the room. ``` https://github.com/bigbluebutton/greenlight/blob/8c000e41d016f39490ba46381947d893ee5eacb7/app/controllers/api/v1/migrations/external_controller.rb#L166-L167 Unfortunately, I have no idea what could be the...

Maybe I'm missing something, but I did not find a very basic `micronaut-data` guide (anymore?). There is but it seems far more complicated than most of what I ever did...

status: awaiting feedback

https://github.com/ahmetoner/whisper-asr-webservice/blob/ea12224ef33941d69aa1ba9fca01d95ecea7e8e7/app/asr_models/mbain_whisperx_engine.py#L54 This should probably be `if self.model['whisperx'] is None:`

Should check for `if self.model is not None:`. Not sure though when/how/why this happened to me. ``` File "/app/app/asr_models/asr_model.py", line 72, in release_model del self.model AttributeError: model ``` https://github.com/ahmetoner/whisper-asr-webservice/blob/ea12224ef33941d69aa1ba9fca01d95ecea7e8e7/app/asr_models/asr_model.py#L72

### Summary Would be nice, as it reduces possible conflicts with other roles. ### Issue Type Feature Idea

enhancement