llfbandit

Results 140 comments of llfbandit

Thanks for the report, You're right, even if not stated in aoi specification it should be handled. Unfortunately, I have no time to fix this currently. I'd like to refactor...

Sure, please avoid flags if possible in method signatures. Visitor pattern should be the way to go but I guess there will be obstacles... Also ensure to add tests without...

Hi, Thanks for the report. This is by design, since a scope needs to be provided and considered as base document for parsing. This allows referencement across multiple documents which...

Hi and welcome, This is related to JSON Schema 2019-09 update #137 (which is described fuzzily for now).

Seems a good idea to me (with all my noobishness knowledge in vertx :8ball: ), the job has been already done in other sections by the way to be more...

Wrap findOneAndUpdate, findOneAndReplace and findOneAndDelete with corresponding "WithOptions" alternatives. This is mostly the same code for those three mongo calls, can you rename the issue to reflect this PR?

Currently there is no alternative. The package is not ready to include this kind of feature and it is not as simple as it sounds like. Quick notes: 1/ Android...

@3215466800 @kamyar75 This is not the same issue. Anyway, the following code should do it: `final bytes = await XFile(path).readAsBytes();`. This is also fully compliant with web target.

Yes it does https://pub.dev/packages/cross_file

Does flutter bindings are initialized at the very start of you program? I don't know what could be done additionally in such case. Do you have logs?