mgross

Results 9 comments of mgross

You should be able to style it by yourself with CSS. You can overwrite the defined style. Alternatively you can manually create your Facebook Login button e.g: Login with Facebook...

Hey "sdpMLineIndex" seems to specify if it is a candidate for audio or video stream. My candidates on the web client look like that: `if (evt.candidate != undefined && evt.candidate.candidate...

So you are caching your candidates? We once tried to cache the candidates too, but it did not work. Now we have it working with ICE Trickle on web client...

There are a few lines where the camera name is hardcoded! So they must be fixed with the localized camera name value. E.g. at `static gchar *expectedCameraName = "Back Camera";`...

Maybe because your two phones are too close together? Have you tried using them from different rooms e.g. with a collegue?

Hi @empx92 , does it work with mariadb-dump when you change the Kimai2 EasyBackup configuration for the mysqldump commands/paths?

Hi @sebadamus, it looks like the folders for the backups are created, but not the zip archives. And due to log, stopping after 'No git repository recognized', it seems like...

It's a warning from mysql during the execution of the mysqldump command which backups the database. You could try to change the settings of the EasyBackup plugin in kimai to...

Hi @HichamZA, can you build the mysqldump command together with your credentials and try to execute it by hand? Maybe there is some problem with a special char in your...