Adam V
Adam V
Great, thanks. Cool library btw. 👍
So it seems if I override the `_blockindex(...)` method and tell the merge to operate only on the left/right indices (_not_ column names) then it proceeds without running into a...
Thanks! The work around for large files worked great.
You'll need one of the beta releases, not the one in dart pub. eg Pubspec.yaml ```yml flutter_uploader: git: url: [email protected]:fluttercommunity/flutter_uploader.git tag: 3.0.0-beta.4 ``` Edit: the 3.0.0-beta.4 tag isn't set in...
From the looks of this comment, the tag is only returned on Android: https://github.com/fluttercommunity/flutter_uploader/blob/874f6a442fe26bd0917d2e2593f115c492eb4d92/lib/src/upload.dart#L24-L25
I'm experiencing the same `WorkManager is already initialized` exception on `3.0.0-beta.4`. Did you find a solution?
Running it off the latest commit on main fixed it for me. See https://github.com/fluttercommunity/flutter_uploader/commit/5ed749bd339910365a7e072054d887cb9a4d129e EDIT: never mind, this didn't fix it for me. EDIT2: as an experiment, I removed the...
Just wanted to add that I see this behaviour as well on Android but on iOS progress updates seem to come in more steadily.
Correct me if I'm wrong, as far as index mapping I think @zguo is referring to [this](https://github.com/Esri/geoportal-server-catalog/wiki/Mapping-XML-element-to-Elasticsearch-field)
Hi there, I am getting this error as well for an imap mailbox. The exception occurs if I specify a folder on the end of the uri; it works fine...