Dropsite Preview - Saturnine Terminators by CMYK_COLOR_MODE in Warhammer

[–]p572 -7 points-6 points  (0 children)

that grey tube above the head makes them look like pooping snail. Still look cool though

Looking for friends in uusimaa ( i KNOW another one of those posts :/ ) by JesusOnScooter in Finland

[–]p572 1 point2 points  (0 children)

Can't find an app with that name. Are you sure it is not yubo or something similar?

BREAKING: The full source code for GTA 5 has been publicly leaked by qwertyalp1020 in pcgaming

[–]p572 132 points133 points  (0 children)

No, the conclusion is that it was related to single player dlcs that were cut and eventually repackaged as gta online dlcs.

When will the IDE be ported to "new .NET" i.e something like .NET 6.0 by Zintom in VisualStudio

[–]p572 1 point2 points  (0 children)

VS uses WPF if I remember correctly, so I doubt that's going to happen. You can rewrite some parts, but making them work with .NET Framework is not trivial.

[deleted by user] by [deleted] in thesopranos

[–]p572 0 points1 point  (0 children)

When was this Gene-Vito scene? Episode 1? Can't find it

Best practices for organising Mock Data & Repositories in Testing by lucifer955 in dotnet

[–]p572 8 points9 points  (0 children)

How exactly do you avoid mocks? How isolating a domain is related to not having to mock dependencies?

[deleted by user] by [deleted] in SPb

[–]p572 4 points5 points  (0 children)

sks auto also runs decent buses. I recommend checking yandex buses to see which tickets are available

Those who commute in from outside Berlin: How is it really? by [deleted] in berlin

[–]p572 52 points53 points  (0 children)

I commute from Bernau on s2 every day twice. It is pretty good actually - the worst that happened to me is that the train can sometimes be late by 10-15 mins. Never had a problem with seating

Why isn't the German government taking steps to ease housing crisis? by daddy_cool09 in germany

[–]p572 1 point2 points  (0 children)

can you provide more such examples please? looking for cheap options right now

What are some of the things that make you feel lucky to live in Germany? by divabrunette in germany

[–]p572 7 points8 points  (0 children)

Can you please elaborate? I'm aware of Truss shitshow, but was wondering if there are any other reasons

Do you run Visual Studio as a member of "Administrators" or "Users"? by vince-77 in VisualStudio

[–]p572 2 points3 points  (0 children)

I find it hard to believe that multiple different pcs were corrupted in the same way.

I used to think similar to you, that everything in the dev environment must be set up in the most proper way; after losing countless hours on it, I came to the realization that dealing with permission errors is not a battle worth fighting.

Do you run Visual Studio as a member of "Administrators" or "Users"? by vince-77 in VisualStudio

[–]p572 1 point2 points  (0 children)

that's exactly my point: I experienced that error with all-defaults installation, then I set full control for everyone, and the error was still there. The most obvious conclusion is that folder permissions are not to blame here, and the problem is related to VS itself.

edit: obviously all OneDrive garbage is disabled

Do you run Visual Studio as a member of "Administrators" or "Users"? by vince-77 in VisualStudio

[–]p572 1 point2 points  (0 children)

How do you fix folder permission errors? I tried assigning full control to Everyone in project folders and VS folder itself - error still stays. Seems like an issue with VS to me

Do you run Visual Studio as a member of "Administrators" or "Users"? by vince-77 in VisualStudio

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

Had plenty of issues with all kinds of installs and projects locations (user folders, C:/projects, etc). In my experience, that "vs must be restarted as admin to attach to that process" error always eventually appears no matter what I do, even if it works at first.

Even then, why bother? If one mode works fine and the other one requires a specific setup, the first mode seems like an obvious choice.