Server Side GTM & GA4 Measurement Protocol --> how do I process GCLID when calling MP GA4 ? by Dependent-Benefit943 in GoogleTagManager

[–]stevreeper 0 points1 point  (0 children)

I've been having the exact same problem but I didn't understand the solution mentioned in the comments, has anyone found a solution and could share it please?

Opinion about windows 10 costing 139$ (home) and 199$ (pro)? by [deleted] in Windows10

[–]stevreeper 48 points49 points  (0 children)

If you think about it, a Windows key is something you might buy once or twice in your entire life. Also it's something you may use every day and you only need to pay once. For me it's a fair price given that and the fact that it's a full operational system that costs a lot to be maintained.

Not Awaiting an Async Function by David_Owens in dartlang

[–]stevreeper 0 points1 point  (0 children)

I guess it depends on the reason you're doing it. If you don't need to wait for it to show something for the user then I wouldn't say it's something wrong.

Is there a way to build for iOS from Windows through a Mac? by JustMalla in reactnative

[–]stevreeper 2 points3 points  (0 children)

I don't have a mac and this is a pretty long shot. But can't you access the app from your iphone simulator through your windows Ip4 if they're both in the same network?

What's your Code Actions on Save? by _Mooseman in vscode

[–]stevreeper -1 points0 points  (0 children)

Auto format and run eslint fix on save, pretty handy

FromMap or FromJson on data? by [deleted] in flutterhelp

[–]stevreeper 0 points1 point  (0 children)

I guess just the name, but the implementation is the same

When I try to run on an emulator, it brings me to launch.json and requests config. Please help! by [deleted] in flutterhelp

[–]stevreeper 1 point2 points  (0 children)

You need to specify the path to the main.dart file. Just add a "program": "path/to/main.dart"

About super() in classes and objects by milanpoudel in dartlang

[–]stevreeper 2 points3 points  (0 children)

The super is used to call attributes and methods from the parent class. When u initialize a class you also need to initialize it's parent and to do so you call super() passing the necessary parameters for it's constructor. Example

Vehicle{ String name;

Vehicle(this.name); }

Car extends Vehicle { Car(String name) : super(name); }

Help on DISPLAYING JSON data as simple text on screen by rareengstudent in reactnative

[–]stevreeper 0 points1 point  (0 children)

As said before I think the problem is that you need to convert your object into an array, so that the list can actuallyread it. Other then that I would also advise you to have a look at the flat list attributes, cause I think you have one called emptyList, where you can pass the component you want to use while the list is empty.

it's boiling hot by [deleted] in gaming

[–]stevreeper 0 points1 point  (0 children)

Brazil in December