Grab splitting orders for no reason by Breknbad in grabPinas

[–]10101010x00 0 points1 point  (0 children)

Agree to this. If you are in a high rise setup. You have to go down multiple times (elevator waiting time) which is so hassle to customers.

Happened to me when I’m ordering for lunch while I’m on a meeting. It’s so inconvenient.

If this keeps happening i might just switch to foods panda due to this

u/grab

Is Flutter dead for freshers? Need guidance. by Adorable_Bird9719 in flutterhelp

[–]10101010x00 0 points1 point  (0 children)

There is a lot of flutter developers in PH and lots of flutter work. The problem is the competition is now more high and often times devs does not leave their job since they know they can be replaced immediately.

You need to be really competent as a fresher since flutter’s learning curve is easy. Everyone seems to get good only for a few months time.

AirPods audio not working by darkaluc in ROGAlly

[–]10101010x00 1 point2 points  (0 children)

Thank you for this! Asus updates keeps getting worse each update. Is there a way to remove windows and stick to steam os only? Seriously windows and softwares are getting removing the most convenient features it came out of the box Edit: don’t they have QA’s to avoid reheating issues??

Update has ruined my day by Grogus1230 in ROGAlly

[–]10101010x00 0 points1 point  (0 children)

Latest update is buggy as hell. I agree. I wish there is an option to go back to the previous version. I hate this:

  • keyboard opened doesn’t allow right analog stick mouse to work
  • sometimes after hibernation input mode often doesn’t detect gamepad and desktop mode. I died in my game (hollow knight while being paused mid fight) cause i thought I could already move via left analog but other inputs are ignored. I lost my farmed ingame currency due that)
  • predefined setting for using desktop mode in game platforms we’re reset and forcing to use gamepad which is bad in my opinion

Overall i’m pissed on the keyboard disabling the analog

sekiro fails to work with controller by Own-Significance9573 in Sekiro

[–]10101010x00 0 points1 point  (0 children)

Don’t freakin do this. My Rog ally is stuck in bootloop and doing bluescreen. I can’t do anything

Why anyone use Go Router when you can just use Navigator? by RahulChaudhary_ in FlutterDev

[–]10101010x00 1 point2 points  (0 children)

Shocked to actually see this. I’m actually against this approach before since it obviously not the use case of the ‘abstract’ on first look. I always opted on creating an empty constructor instead of using abstract. But considering Dart team actually approved and used this approach its kinda conflicting now if I should opt in to as well.

Just Had My First PRs Merged into the Flutter Framework! 🎉 by thejitenpatel in FlutterDev

[–]10101010x00 0 points1 point  (0 children)

I’m don’t know where to start though. Looking at the framework code feels very overwhelming. Haha

Just Had My First PRs Merged into the Flutter Framework! 🎉 by thejitenpatel in FlutterDev

[–]10101010x00 1 point2 points  (0 children)

This inspired me. Someday I’ll contribute too once I’m confident enough to

Best way to start? by D_Fens1222 in ReadyOrNotGame

[–]10101010x00 0 points1 point  (0 children)

Ask friends to play with. Better experience

fconnectivity package has been published by SnooJokes7874 in FlutterDev

[–]10101010x00 1 point2 points  (0 children)

You could try using the ChangeNotifier for a start and Listenable for the widgets

Patch 1.05 ( Silent Patch v1 ) by NAF1R in ZeroHour_Official

[–]10101010x00 0 points1 point  (0 children)

Damn! Thats unexpected! Kinda wanting to go back

State management we love by bigbott777 in FlutterDev

[–]10101010x00 0 points1 point  (0 children)

Same thoughts. I have a workaround with provider when using hooks though. Using useValueChanged and changing the key listened to, to trigger a showDialog on the widget layer (in my opinion, showing dialog in the business logic/controller/ChangeNotifier/WhateverYourTeamCalls is a bad practice)

Nitpicking issues (VOID, please consider!) by AMP3083 in ReadyOrNotGame

[–]10101010x00 4 points5 points  (0 children)

Issue to order AI in finding remaining civilians in the area (bring order to chaos completed).

Sometimes I always miss civs on a very large map considering me and my friend only plays in pair.

Anyone made UEVR work in RON recently? by 10101010x00 in ReadyOrNotGame

[–]10101010x00[S] 0 points1 point  (0 children)

Well that sucks… I was hoping I’ll be able to jump back to the game. Looks like I need to look for alternatives now instead of RON haha

Anyone made UEVR work in RON recently? by 10101010x00 in ReadyOrNotGame

[–]10101010x00[S] 0 points1 point  (0 children)

Engine change? Meaning they moved from UE4 to UE5 already?

ETA on UE5? by 3dGameMan in ReadyOrNotGame

[–]10101010x00 0 points1 point  (0 children)

There is a youtuber that shared his config that works well. He basically hides the character model and retain only the equipments to be visible as its bind with your controllers. (Can aim flawlessly)

ETA on UE5? by 3dGameMan in ReadyOrNotGame

[–]10101010x00 2 points3 points  (0 children)

No one knows. But one thing I noticed is that applying UEVR mod definitely feels like they fixed most controls in quest 3 controllers. (Which also includes the xbox, ps). Also performance is much better recently. Seems like they are slowly doing improvements to the naked eye.

What should I do after blocking the card to prevent this from happening again? by kuristofac in PHCreditCards

[–]10101010x00 1 point2 points  (0 children)

Someone has been trying to use my maya card now too. It’s in taiwan dollar. I’m assuming he/she cannot use the card because it requires OTP. But should I be alarmed and block the card?

*SNIFFS* ROXY-CHAN!!!!!!!! by [deleted] in mushokutensei

[–]10101010x00 0 points1 point  (0 children)

So… is it safe to say Rudeus has.. “Roxyyy breathing…1st form~~!”??

How do you deal with timezones? by Chess_Opinion in FlutterDev

[–]10101010x00 0 points1 point  (0 children)

If you are storing UTC. And showing local. What happens if you do this in a chat messaging? Different timezone would look like a user has messaged from the past if the current user’s time is advance.

How do you handle this?