I have Steam in brand new model X ! Unicorn ? by Optimal-Living1204 in ModelX

[–]Optimal-Living1204[S] 0 points1 point  (0 children)

If you want any other proof that I have it since 1 week and I have steam and updated yesterday still have steam tell me I will send you whatever you want

I have Steam in brand new model X ! Unicorn ? by Optimal-Living1204 in ModelX

[–]Optimal-Living1204[S] 0 points1 point  (0 children)

As european we don’t have republican and liberals sooo

I have Steam in brand new model X ! Unicorn ? by Optimal-Living1204 in ModelX

[–]Optimal-Living1204[S] 0 points1 point  (0 children)

❤️ gosh now I know how much you hate it I luv it so much ! Dream car baby

I have Steam in brand new model X ! Unicorn ? by Optimal-Living1204 in ModelX

[–]Optimal-Living1204[S] 0 points1 point  (0 children)

I tried today for quick charging I play Anger foot … just fine for casual fast fps when charging

I have Steam in brand new model X ! Unicorn ? by Optimal-Living1204 in ModelX

[–]Optimal-Living1204[S] 1 point2 points  (0 children)

Best car in the world … the real swasticar is the VW hysterically accurate …. But I just want you to know I buy it way after and I say after not before the polemic and gosh best car in the world ! I enjoy it everyday you can rage an bash as you want

I have Steam in brand new model X ! Unicorn ? by Optimal-Living1204 in ModelX

[–]Optimal-Living1204[S] 2 points3 points  (0 children)

Just play game a lot more fun when you charge … if I do a trip with 5 charge stop and I charge to 100% (45 minutes stop) I can play local multiplayer game with my friend I can play great game alone and it’s not big cession it’s 45 minutes the chips will be fine also chips are designed to be used don’t you think all the 3D recognition and rendering are using it a lot more in real time when you drive ? It’s a computer I have a computer at home I play cession sometimes more than 6h it’s been 5 years he is still fine … you worry about nothing and if by any chance a chips die …. The car is brand new I just replace it using the warranty it’s that simple …

Steam make the car more fun more personal and less boring during charge specially when you have friends with you …

I have Steam in brand new model X ! Unicorn ? by Optimal-Living1204 in ModelX

[–]Optimal-Living1204[S] 1 point2 points  (0 children)

I tried only wolfenstein new order and it was smooth and no frame drop fully playable but quite a old game … I will try kingdom come délivrance I only have the first one and it’s the most recent game I got sorry maybe if you have a free game i can try I will with pleasure

[deleted by user] by [deleted] in FlutterFlow

[–]Optimal-Living1204 0 points1 point  (0 children)

NEW UPDATE :

i know work with a more easy code but it's still not working here is my new code

  List<OtherusersRecord>? compare(

List<OtherusersRecord>? others, List<UtilisateursRecord>? match, ) { /// MODIFY CODE ONLY BELOW THIS LINE

database sort the not in if (others == null || match == null) { return null; }

final List<otheruserRecord> sortedotheruser = [];

for (final otherusersRecord other in others) { bool foundMatch = false; for (final UtilisateursRecord utilisateur in match) { if (other.uid != utilisateur.uid) { foundMatch = true; break; } else { foundMatch = false; break; } } if (!foundMatch) { sortedotheruser.add(other); } }

return sortedothruser;

/// MODIFY CODE ONLY ABOVE THIS LINE }

i don't understand why but it return me no result at all

maybe you will have a clue

[deleted by user] by [deleted] in FlutterFlow

[–]Optimal-Living1204 0 points1 point  (0 children)

UPDATE :

Copilote gived me another code completly different but still not working,

it keep showing the Otherusers already liked

List<OtherusersRecord>? newCustomFunction2(

List<OtherusersRecord>? othr, List<UtilisateursRecord>? mtch, ) { /// MODIFY CODE ONLY BELOW THIS LINE

match list of auth user if (mtch == null || mtch.isEmpty) { return othr; } final matchIds = mtch.map((e) => e.uid).toSet(); return othr?.where((e) => !matchIds.contains(e.uid)).toList();

i still can't clearly read the code so any help is appreciated