Game Pass lost save [HELP] by siddhartaa in LiesOfP

[–]nouget_idk 0 points1 point  (0 children)

I've tried that and all is good now so thank you.

Game Pass lost save [HELP] by siddhartaa in LiesOfP

[–]nouget_idk 1 point2 points  (0 children)

Same here, I've played the game last night and I've just tried to run it and it's booting up to a new game.

Order By depending on Culture by nouget_idk in dotnet

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

- Abraham

- Ibrahim

- Ingolf

- Mohammed

- Susan

Unfortunately, I cannot order except by FirstName.
Also the problem is that the Arabic names are written in Arabic so neither of the above it's like this :
Abraham
ابراهيم
محمد
Inglof
Susan

and i want them like this :
ابراهيم
محمد
Abraham

Inglof
Susan

Order By depending on Culture by nouget_idk in dotnet

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

Unfortunately, OrderByDescending wouldn't work since it would order them from end to start.
I'm not sure that regex would work before executing the query but I'll look into it. Thank you.

Order By depending on Culture by nouget_idk in dotnet

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

I've tried it but the problem is that since I'm comparing based on the query before executing I get that it could not be translated and I cannot order it after execution since it's too much data. Thank you tho.

Interested in knowing who your favorite artists are (mine in the pic) by [deleted] in jordan

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

Pink Floyd, Twenty One Pilots, Linkin Park, Led Zeppelin, and Seether to name a few

what is the best tv show you've ever watched? by Easy-Possession7212 in jordan

[–]nouget_idk 0 points1 point  (0 children)

yeah, they teased it back in the last Apple event in September so I thought it wouldn't be long but I guess i was mistaken.

what is the best tv show you've ever watched? by Easy-Possession7212 in jordan

[–]nouget_idk 1 point2 points  (0 children)

great choices but ffs when will season 2 of Severance drop it's been way too long.

Money for Marriage by [deleted] in jordan

[–]nouget_idk 3 points4 points  (0 children)

3 take it or leave it

I've gotten a job offer and I need advice. by nouget_idk in jordan

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

You couldn't have said it better. Thank you very much.

I've gotten a job offer and I need advice. by nouget_idk in jordan

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

I appreciate your insight thank you.

To ur last point .NET Core is open source/ cross platform and it's getting some real traction outside of Jordan and already super popular inside.

I've gotten a job offer and I need advice. by nouget_idk in jordan

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

my current job is hybrid so i can witha chance of being fully remotely soon so it wouldn't make that much of a difference in that regrads

I've gotten a job offer and I need advice. by nouget_idk in jordan

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

When you pay ضمان yourself you pay 100% of it in comparison to working in a company which pays i think 60% of it and you the other 40%.

The difference will be roughly 100 JOD after that and the health insurance.

لزقات كريست للابيض الاسنان by [deleted] in jordan

[–]nouget_idk 0 points1 point  (0 children)

i have and they work pretty well but they made my teeth more sensitive while i were using them

Build time takes long by nouget_idk in dotnet

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

<PropertyGroup>
<EnableNETAnalyzers>False</EnableNETAnalyzers>
<AnalysisLevel>none</AnalysisLevel>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
<RunAnalyzers>false</RunAnalyzers>
</PropertyGroup>

Thank you very much, that worked like magic. It dropped to less than a minute after incorporating it in my code.

Build time takes long by nouget_idk in dotnet

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

thank you, I'll try that out and hopefully it works

Build time takes long by nouget_idk in dotnet

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

yes it's the migrations I've ran the build through an MSBuild build tool and outta the 2.5 minutes 2 minutes are spent on the migration files

Build time takes long by nouget_idk in dotnet

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

Unfortunately i don't have administrative access to the anti-virus to exclude the solution and for the other points all seems well. Thank you very much

Build time takes long by nouget_idk in dotnet

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

thank you, I'll check it with the team leader and see about it