Lorenzo Stanco

Results 59 comments of Lorenzo Stanco
trafficstars

> The error above suggests I'm attempting to yield from outside of a coroutine despite wrapping everything as suggested. So I think I have something fundamentally wrong first. I can't...

Why do you need to have a return statement exactly like that? Can't you set a global or pass a callback function to get a "return" value in JS? Anyway,...

Same issue here, but I don't think the proposed PR is good, unfortunately.

@aripekkako Got it. I didn't know the "story" behind the issue. Thanks for explaining it to me.

That's necessary, it should be merged, I was searching for it. Thanks.

Using [jitpack.io](https://jitpack.io/) would be a nice solution, but the reason it doesn't work with 3.0.2 is that JitPack encounters an error while trying to build it, here's the log: https://jitpack.io/com/github/luaj/luaj/v3.0.2/build.log...

I can confirm that @ericbarch's [commit](https://github.com/lavallc/VerticalViewPager/commit/44d6edbd8c6db84a233480bd3cafe4ac62b68d13) solves the problem: the original class had issues on display rotation (wrong scroll position), and now it's all solved.

It may be an issue with your timezone settings. What's the timezone in which your "current time is 18.50"? Make sure the same timezone is set as default on the...

You're right. I'll leave this open as a reminder, PRs are welcome anyway 😉