Santeri Elo

Results 10 comments of Santeri Elo

Also noticed issues with scrolling, however for me the scroll position is preserved no matter where you go. I think the scroll position should reset if you switch to a...

Couldn't get any of the steps working either, so +1

Seems reasonable enough, slight oversight on my part not to notice the deliverToView method at all.

All you have to do is add [this](https://android.googlesource.com/platform/frameworks/support.git/+/master/design/src/android/support/design/widget/BottomSheetDialogFragment.java#31) and you have turned your standard DialogFragment into a BottomSheetDialogFragment 😄

"Cpu running at high occupancy" - high cpu usage?

a quick browse of the fork network: https://github.com/pavladan/mpv.js tested this fork, works perfectly with no react dependency 👍

When exporting the songs, media player is not notified about the new files -> they can't be seen

Encountered this as well, attempted to fix it by taking a 4 hour deep dive into this library's internals & typescript AST, and noted the fact that if you enable...

You can achieve this easily yourself with something like the following, and using libphonenumber-js at least somewhat guarantees good results: ```typescript import parsePhoneNumber from "libphonenumber-js"; import * as z from...