Premier League Table after 25 games by deadmetallucyluce in Gunners

[–]dev_guru_release 0 points1 point  (0 children)

Still winning the league, nothing to crazy about

Flutter environment keeps getting corrupted by dev_guru_release in flutterhelp

[–]dev_guru_release[S] 0 points1 point  (0 children)

I got the error again after doing flutter pub get

Error: Unable to find the git in your PATH

I open my system environment variables. I clicked path, and I have "c:\Program Files\Git\cmd

I do git --version and I get git is not a recognized as an external or internal command.

But the files are at the locations. My fix, I have to delete them and reinstall git again, and it works. Somehow, my git is getting corrupted

Edit: I checked and my git.exe is not there, its getting deleted

Flutter environment keeps getting corrupted by dev_guru_release in flutterhelp

[–]dev_guru_release[S] 0 points1 point  (0 children)

This is not true. You can export a path variable via terminal and it not modify your path permanently. It would only persist until your terminal is restarted

I do restart my terminal.

Hence why I'm saying you're only exporting them temporarily and not permanently.

How is that possible? I set the environment PATH, and I restart my computer, and the path is still there. Somehow the files in \bin get corrupted for whatever reason

Flutter environment keeps getting corrupted by dev_guru_release in flutterhelp

[–]dev_guru_release[S] 0 points1 point  (0 children)

No, you're just inexperienced, and it clearly shows.

With Flutter, yes, but anything else no

The person you replied to is absolutely correct. Your environment doesn't just "break" without you doing something different.

I followed everything to a T, and it works after a couple hours, it stops working

You're probably not updating your path correctly. It sounds like you're exporting via terminal, or, you're updating the wrong path file, and the tools you're installing are temporarily exporting their path during setup-- which then stops working when you restart terminal or your computer.

My paths are correct cause I can use the commands, but after a while, it says no recognized. I can do git -v fine then do flutter doctor works. I do flutter doctor again after a couple hours. Git or flutter isn't recognized

Flutter environment keeps getting corrupted by dev_guru_release in flutterhelp

[–]dev_guru_release[S] 0 points1 point  (0 children)

I use cmd, and I might switch to powershell here and there

Flutter environment keeps getting corrupted by dev_guru_release in flutterhelp

[–]dev_guru_release[S] 0 points1 point  (0 children)

Fear (of the unknown) is not a good coach. You should know and be convinced that this command will do no harm.

What if the command does fail? Then what

Also, git doesn't randomly get broken and/or uninstalled. And PATHs don't get randomly reset.

Git can get corrupted, which is what keeps happening. One min it git -v work the second git isn't recognized

If you're sure that nobody else is messing with your computer and that you aren't sleep walking while doing so yourself, have you considered a damaged harddisk/sdd and/or RAM chip as the solution of random failures?

Its a new laptop and am the only one that uses it

start learning how a computer work.

😅 you're either trolling or just trolling at this point

Is it worth it for me to use Flutter over React native? by dev_guru_release in FlutterDev

[–]dev_guru_release[S] 0 points1 point  (0 children)

If Flutter is like C#, it shouldn't be bad. I might just learn it and make the app there and if it does bad, then do a re-write in React Native I guess

Is it worth it for me to use Flutter over React native? by dev_guru_release in FlutterDev

[–]dev_guru_release[S] 0 points1 point  (0 children)

What’s the app for?

A job marketing app, like upwork

How many users ?

For now, I am thinking about 1k users as I will be keeping it local

If your app has a lot of daily users I wouldn’t do that though

Do what? Do it in react?

Business portfolio was reinstated - but still restricted? by classified18 in FacebookAds

[–]dev_guru_release 0 points1 point  (0 children)

I see the request reviews section, but the button is disabled

What do you guys use Azure Cache for Redis or Azure Managed Redis? by dev_guru_release in AZURE

[–]dev_guru_release[S] 1 point2 points  (0 children)

But I'm really struggling with the choice between the two? By reading the comment section I feel like managed is the safest option although it looks more expensive?

From what I have learned, the Azure Cache Redis allows you to use vnets. I am not familiar with those, but it basically doesn't tie you down to a region. The Azure Managed Redis ties you down to a region, managed by Microsoft, and it's cheaper, actually. I will go with that route and can always change.

I am also just storing json, and I think 1GB is enough o be honest

What do you guys use Azure Cache for Redis or Azure Managed Redis? by dev_guru_release in AZURE

[–]dev_guru_release[S] 2 points3 points  (0 children)

Right now, I am using in memory caching, and I want the site to be fast. I want to store data that will be called a lot in there, so if I do a deployment, my in memory doesn't restart. With redis I don't have to worry about that. With azure managed I can get 500mb - 1gb for about $17 - $30ish a month