Rynco Maekawa
Rynco Maekawa
Just being curious - is there any update on this feature?
Thanks, I’m just making sure that if I want to try implementing this feature someday, there won’t be another conflicting implementation being worked on already. Update: The file updating code...
Random thought   CC-BY

 
> > > @01010101lzy @TechUpdateGuy any preference on which of the icons you posted you'd like me to use? I personally prefer the last two "i#"-like icons, although the colors...
Oh, my fault. Thanks, and sorry for taking your time! Rynco Maekawa -- ________________________________ From: [email protected] on behalf of Luis Vargas Sent: Tuesday, March 26, 2019 10:29:44 AM To: dart-league/dson...
Sorry, but the problem is here again. I have called `_initMirrors()` in the main isolate, but now I'm working in another isolate where no entry point like main function. Where...
The issue occurs here: ```dart Future updateImgInfo(Pic newInfo, String id) async { var _id = ObjectId.fromHexString(id); var result = await picCollection.update(where.id(_id), newInfo.asMap()); newInfo.id = _id; bool success = result['nModified'] >...
Seems like the upstream patch has already been merged, are we able to move forward on this issue?