Andrea Prearo
Andrea Prearo
Yes, this issue is about migrating `CLUVideoWriter` to Swift by creating a `VideoWriter` class. 👍 The note about the encapsulation is more of a reminder about looking for possible improvements....
`WatchdogInspector` is not strictly required to run the sample. I pushed a [new branch](https://github.com/andrea-prearo/SwiftExamples/tree/smooth-scrolling-no-pods) that doesn't use any pods and should solve your issue. Feel free to checkout the [smooth-scrolling-no-pods](https://github.com/andrea-prearo/SwiftExamples/tree/smooth-scrolling-no-pods)...
I guess it's possible to create a Parallax&Scale effect inside a table view by leveraging the table header view and the scroll view embedded in the table view itself. I...
Hey @changyeun, would you be able to attach a gif showing the flickering issue?
Thanks for the update @Michelasso! I never tried the samples on tvOS. Especially on a real device. So, it's possible that there are some bugs or even just some portions...
Sounds good. Thanks!
@BurntSushi I submitted a [PR](https://github.com/BurntSushi/ripgrep/pull/590) to address this issue. It also tries to avoid the problem with the AST dump (issue https://github.com/BurntSushi/ripgrep/issues/395). I have one question. Were you thinking about...
Got it. Thanks!