Stefan Neufeind
Stefan Neufeind
I received an export QR-code from what I think might be Google Authenticator. Currently andOTP doesn't want to recognize the QR-code. Decoded it reads: otpauth-migration://offline?data=... The data itself looks more...
Details on the export-format: https://github.com/google/google-authenticator-android/issues/118
Manual conversion worked :-) I was able to decode the protobuf: cat data | base64 -d | protoc --decode_raw Then took the first key which contains the secret, encoded that...
I experienced the same on Intel. Embedded in a webpage the controls of a video is shown but no picture, going to fullscreen the video plays fine. Example-video: https://media.ccc.de/browse/conferences/camp2015/camp2015-6926-satellite_open_ground_station_network.html
It doesn't mention anything about GLAMOR for me. Using an "Intel(R) HD Graphics 5500" here.
Hmm, installed missing package "libva-intel-driver", rebootet ... and now can't reproduce it anymore. Even when removing that libva again I can't seem to get the error back. I'll report here...
They had flash-video when I tried it. But since it's a live event, maybe they just added webm-video meanwhile. It's using WebM for me as well, at the moment.
Do we want to add a general $case parameter, like we have in Format/CaseViewHelper? But then not duplicating all the options? Or how far do we want to go?
That one was deprecated in v9: https://docs.typo3.org/c/typo3/cms-core/9.5/en-us/Changelog/9.0/Deprecation-81534-BackendUtilitygetListGroupNamesDeprecated.html Use getGroupNames() instead now. But looking at the code imho that also doesn't take subgroups into account?
related: https://forge.typo3.org/issues/76566