Alessandro Coccia

Results 10 comments of Alessandro Coccia

**Android:** Look into PR #190 -------- The iOS the code - according to the specific player documentation - should be as below. Put it into videoplayer.ios.js. I can't test it...

Actually, the provided solution doesn't work. @ManuelSch did you manage to make it work?

@FlawaCLV @bradmartin Have you found a real solution to this by the chance?

Thank you for your feedback @FlawaCLV . Do you mean JavaScript AudioContext? If so, do you already know if it supports background playback and playing speed variations?

Hello @GramThanos . As you wish. I thought it would be a fundamental feature that needed to be integrated in the core library since it's great to have the chance...

@changkun I confirm this bug is not specifically related to Fedora.

I managed to solve this issue manually by editing Sylius\Component\User\Model\User in this way: ``` class User implements UserInterface, PasswordHasherAwareInterface { ... public function getPasswordHasherName(): string { return 'argon2i'; } }...

@changkun It occurs in Ubuntu X11. I also tried in wayland and it works correctly.

@changkun I updated it to version 0.6.3 and it works! Thank you.

Same issue here. Did you @savkovbohdan or anybody else find a solution?