Chris Pikul
Chris Pikul
I'm also going to vote for this feature. I'll still use this, but with major caution. A bot-attack would kill my service without the upper limit. I was going to...
I just found this today. So that's a +1 from me. Specifically, it's when sharing from Google Drive which give's a URI looking like... `content://com.google.android.apps.docs.storage.legacy/enc%3D2cnEPvlNW2uZUjq8h_w7hhNWmkRhsPqHum9gJTxeOrsaGiV3%0A` Same error pops up, and...
@wkh237 The uri I was attempting came directly from Google Drive app through a share intent. In which case from my end I'm not entirely sure exists as that looks...
@wkh237 So if I have this right, a way for me to get the header is to do something like.... ``` RNFetchBlob.fs.slice('file://some/file', CACHE_DIR_FILE, 0, 16) .then(() => RNFetchBlob.fs.readFile(CACHE_DIR_FILE, 'base64')) .then((data)...
I'm wondering if this is still closed though? If fs.exists doesn't think it's threre, then why would the 3rd party app supply the uri? As in the `content://com.app.provider` links that...
I'm not too familiar with Rust, so can't help with cross-compiling of any sorts. For Go at least, I've started a repo where I'm just going to re-implement the language....
@max-sixty The tests will be most welcome, especially language tests. I'd say my inspiration and target is not to replace the PRQL Rust compiler, but to add an alternative. Go...
In working on a Go implementation I actually started taking notes in the form of a rough RFC-ish markdown document. I would like to convert the syntax to Extended Backus-Naur...
What about filename based dialecting so that the primary implementation doesn't need to be altered when new dialects are added. Essentially something like how React Native handles it, which is...