Petr Zvoníček
Petr Zvoníček
I think it might be related to this https://github.com/Eloston/ungoogled-chromium/issues/601
So what should help is to compile Electron and Chromium with `enable_hangout_services_extension: true`, as it's off by default. I'd like to try it, but I'm not sure if I'll manage...
Thanks @rimonhanna! How did you configure electron to compile chromium with `enable_hangout_services_extension: true`? I'm having troubles setting that up.
I tried to resolve the issue #2 . Hope everything is OK; if you have any remarks, please let me know
I'm using this fork for horizontal Collection Views and it works nicely. Maybe you could consider a merge. https://github.com/pilot34/UIScrollView-InfiniteScroll
Do you have a reliable way to reproduce this issue? I can't get it to show up on my side.
I investigated this issue more and found out there is a bigger problem with the underlying view controller which does not get rotated immediately, but in a late phase of...
As I observe the countless issues on this topic (#189, #214), I wonder if it's really a good idea to use closures for this case (`currentPageChanged`, `willBeginDragging`, `didEndDecelerating` callbacks). Delegate...
Hi, yes, people are repeatedly asking for captions, so I guess I should add them :) Also thanks for the PR, I will look at your implementation and maybe use...
Hi, thanks for the report! It took some hacking around to get `ZoomAnimatedTransitioning.swift` working on iOS 11 while supporting iOS 9 and older (without `UIPropertyAnimator`), but it looks it broke...