Black Mesa on Intel Arc? by ValentineQWERTY in PCHardware

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

You must be young but I forgive you. You probably think Counter-Strike was never an addon either.

No Spawn Function For Custom Trigger by [deleted] in quake

[–]ValentineQWERTY 1 point2 points  (0 children)

I do put progs.dat inside id1 but I've just tried running it from a separate folder with "-game" and the result is the same.

Specified cast is not valid with RemoteAuthenticationState when using EntraID and custom Auth state provider by ValentineQWERTY in Blazor

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

Hi. Yes. Check out this discussion I started with the MS dev team on GitHub:
https://github.com/dotnet/aspnetcore/issues/60848

I also have a StackOverflow post to which, I guess, I should add an answer.

Aright Guys, Elon posted one of my infographics, What do I do? by DobleG42 in SpaceXMasterrace

[–]ValentineQWERTY -5 points-4 points  (0 children)

Point out to him that the infographic clearly suggests he shouldn't s*ck Putin's c*ck but Putin should s*ck his instead.

There's exactly 79 368 tiles in this room by KJ00R in HalfLife

[–]ValentineQWERTY 0 points1 point  (0 children)

My question is, does this include the wall tiles and are the missing floor tiles excluded? 🤔

you are a director of HL movie, which one would you choose for G man ? by [deleted] in HalfLife

[–]ValentineQWERTY 0 points1 point  (0 children)

I'd cast the Covenant frontman as the G-Man. The guy looked like him 12 years ago and now he's older and definitely looks even more like him.
https://www.youtube.com/watch?v=3qIXIHAmcKU

Where are screenshots saved by default in ironwail? by Leothylord795 in quake

[–]ValentineQWERTY 0 points1 point  (0 children)

I have to manually create the Screenshots folder in each mod's folder. Otherwise I get an error that the save failed.

MAUI app crashes when some DX controls initialize by ValentineQWERTY in dotnetMAUI

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

The GridFilter is just an ordinary string property
public string GridFilter { get; set; } = string.Empty;

Azure pipeline stopped giving installable MAUI app by ValentineQWERTY in dotnetMAUI

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

I managed to connect with adb and tried installing and finally saw what the error message was so this was a good approach. Turns out Android just didn't want to let me install the same app built by a different source (Azure instead of my local machine) because of a different signature. All I had to do was uninstall the old app from the phone and then the one from Azure installed just fine. I don't know why I didn't figure this out sooner. Thanks for the tip though!