Samuel Pastva
Samuel Pastva
For anyone interested: If you reset the viewpager to page 0 before the fragment is put to backstack (for example in onStop), the animation won't be triggered at restore and...
> BTW, GitHub Actions have [native support for `working-directory`](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepsrun) but I haven't tested it with this action yet. > > > Using the `working-directory` keyword, you can specify the working...
Hi! I ran into this question while looking into how instances of a PyO3 subclasses should be handled when they appear as return types. I believe the discussion above is...
Many thanks for the info! Currently I don't have Vuforia/NDK setup on my machine, but as soon as I get around to installing it again, I'll update the repo :)
Unfortunately, the latest SDK seems to have a bit more complex architecture which does not play with LibGDX so well. I made a few adjustments to glue it together in...
Not yet :( I still have it on my todo list, but unfortunately it hasn't really been a priority and I'm not quite sure how soon it will be. So...
Ok, never mind... this still does not work with stub files when the stub file only contains the `override` signatures and the main file contains the "base" declaration... Bear with...
Thanks! Unfortunately, I'll have to come back to this a bit later... the current implementation works as long as both the "base" method and its overloads are all declared in...