hank121314
hank121314
> Unless I'm missing something, I'm failing to see where in those files Google is manually parsing or constructing URIs. Using DocumentsContract URI opaquely as intended is fine, but the...
I have added a new class `DocumentsTree` and remove all manual URI extracting/constructing functions! `DocumentsTree` is a cached document tree. It will create a document tree when we are traversing...
> Hi, when I compile your code I get this error: > > C/C++ release|arm64-v8a : CMake Error: CMake can not determine linker language for target: boost_iostreams Hi, @Gamer64ytb. This...
// @xperia64 friendly ping 😃 Would you be willing to review this? Thanks!
> I'm waiting on me completing my own SAF implementation and integration for DraStic so I don't accidentally steal things from this. Sorry for the conflict of interest, just trying...
Could you use Android studio to get the log so I can inspect it, thank you!
@aliazizi Can you provide a log as RichardLindhout have provided? So I can research this bug.
Hi @florinlazau ! It seems that you are using an iOS platform. Because your files contain some whiteSpace will convert to '%20' by react-native-document-picker, we need to do decodeURI to...
The APIs above look good 😃 . I think we might also need to add an observation for `NSUbiquitousKeyValueStore.didChangeExternallyNotification`. Maybe like this: ```swift Defaults.iCloud.observe(.quality) { change in print(change.newValue) } ```...
> I was thinking that we handle that internally. The user would just use Defaults.publisher, which would also be triggered by that notification. Got it! Maybe we can add a...