Stephen Karl Larroque

Results 502 comments of Stephen Karl Larroque

You can supply a `html` argument to `scraper.build()` to use the output of your preferred HTML fetcher, so it should be compatible with Selenium with a bit of manual programming.

There is a new library called SimpleStorage that may help solve this issue: https://github.com/anggrayudi/SimpleStorage#request-storage-access-pick-folder--files-request-create-file-etc

And here's potentially another helpful hands-on tutorial, with snippets to check permissions: https://medium.com/swlh/sample-for-android-storage-access-framework-aka-scoped-storage-for-basic-use-cases-3ee4fee404fc Example sourcecode: https://github.com/PavelBorze/SAF_sample

I have made an attempt in my own fork, with semi-success: https://github.com/lrq3000/OneList Using SimpleStorage, I am able to get the permissions to create files in the user selected folder, but...

For those interested in using the Share All Lists function, here is a debug APK: https://github.com/lrq3000/OneList/releases/tag/shareall IMPORTANT NOTE: make sure to first backup all your current lists one by one,...

I successfully wrote a plain text file on the emulated SD Card on Android 11 using SimpleStorage, this commit shows how: https://github.com/lrq3000/OneList/commit/aaa179387ab264ef37f1e1697cb3cee1543112db Found the last bit of solution (`makeFile()` helper...

Don't worry, it's already awesome you made this app, it's very kind of you to try to follow up! Yes file permissions have become way too complicated, it used to...

Awesome! I'm glad the proof of concept worked for you too :D I did not implement an import functionality, did you mean the "Share all lists"? Or you mean i...

I'm using a Huawei P40 Pro device running Android 10, but on the emulator I run a Pixel 2 on Android 11. 29 déc. 2022 16:50:04 Loïc Teyssier ***@***.***>: >...

@lolo-io Isn't the issue fixed in the develop branch by commit 4f6b2c65f5a2888835bba8f34ffc58eae597e94e ?