Kamil Zielinski

Results 2 comments of Kamil Zielinski

@nqthqn your solution does not work with the `autoplay` property for videos working workaround `property "muted" (Json.bool True)` This solution is working with the `autoplay` policy from chrome. The `muted`...

I have exactly the same problem, but not directly the same. I have this helper: ```elixir dataloader( loader, fn object, _args, %{context: %{current_user: user}} -> {key, %{user: user, parent: object}}...