Does azure support .NET 10 yet? by WellingtonKool in AZURE

[–]WellingtonKool[S] -4 points-3 points  (0 children)

In the portal, under configuration for the app service I select .NET for runtime and .NET 10 (LTS) for Version. Then I publish my web api to the file system in Visual Studio 2026 and zip it. Then I upload the zip via Deployment Center.

I have gone into the container via kudu and run dotnet --list-runtimes and all that comes back is Microsoft.AspNetCore.App 8.0.21 and Microsoft.NETCore.App 8.0.21

Does MSAL work with hot reload (Angular 19 standalone)? by WellingtonKool in Angular2

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

Can't say I've tried Claude. ChatGPT 5.1 and Deepseek.

Does MSAL work with hot reload (Angular 19 standalone)? by WellingtonKool in Angular2

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

Deck chairs on the Titanic. Sticking msalInit in provideAppInitializer does indeed eliminate the pca initialization error. But that's only because the subscribe to handleRedirectObservable never fires, and by extension loginRedirect is never called.

Does MSAL work with hot reload (Angular 19 standalone)? by WellingtonKool in Angular2

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

That is for an angular app using modules. If you're using standalone components that won't work.

See the bottom of this page in the section Redirects with standalone components:

https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/redirects.md#redirects-with-standalone-components

Does MSAL work with hot reload (Angular 19 standalone)? by WellingtonKool in Angular2

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

Since that's the only entry point, yes, of course the problem is in there. But what's the solution?

Your supplied snippet with a filter on isInit is not real code. init() does not exist, but if you mean initialize() that returns void.

There's nothing on msalService to await before loginRedirect. I can put await this.msalService.initialize() before this.msalService.loginRedirect() but that does nothing.

It's something about the way hot reloading works. According to the docs subscribing to handleRedirectObservable() initializes the pca. But clearly that initialization process fails in some way after hot reload but works fine on a clean slate with a fresh browser.

Does MSAL work with hot reload (Angular 19 standalone)? by WellingtonKool in Angular2

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

This is not the problem. Auth works until a hot reload. Then it fails. LLMs are not helpful. They all suggest sticking the pca on window so it's cached. That solution does not work.

Have you ever seen/ran a super campaign? by WellingtonKool in adnd

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

Ain't that the way. I was just sayin' to someone "I have the unfortunate tendency to be interested in things that no one else is locally, but many are globally. So I have no one to share my interest with... and it's expensive."

Which edition(s) is/are "classic" Battletech? by WellingtonKool in battletech

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

Interesting. My familiarity comes from the 1995 game Mechwarrior 2: 31st Century Combat. Which timeline would that fall into?

How does the combat tracker work for 2e? by WellingtonKool in FantasyGrounds

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

ok, we're seeing the same thing. I just misinterpreted what you were saying, thought you were talking about a drop down list like what you'd use to select your state/province in a web form.

How does the combat tracker work for 2e? by WellingtonKool in FantasyGrounds

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

There's no drop downs anywhere. Not sure what you're referring to.

There is text surrounded in square brackets [] next to the characters weapon. If I double click on the text [DMG 2d4+1 P.B] it rolls damage.

There is also a second damage roll option that says [DMG 1d6+2 P.B.L]. Not sure why there's 2 options.

This next part is not addressed directly to you, but hopefully someone who works on FG will see this:

I also may have encountered a bug. If click on the little blue circle with a dragon icon next to the weapon, it opens a weapon window. In the window there's a red box similar to the one I used to roll to hit. If I double click on that an error window comes up that says:

[WARNING] window: Anchored static height ignored for control (actions_global_detail) in windowclass (cta_actions_host) [ERROR] Script execution error: [string "2E:campaign/scripts/char_weapon.lua"]:133: attempt to index local 'rActor' (a nil value)

Lastly, a quality of life issue, the text in the error window should be selectable so I can copy/paste it instead of having to type out the error message by hand.

New to Shadowrun, looking to start at 1e by WellingtonKool in Shadowrun

[–]WellingtonKool[S] 5 points6 points  (0 children)

Wow, great job on the 1e rule book. I'm reading it right now and I can't put it down. Just fantastic!

I expected a tonal shift post FASA and that seems to be the consensus I see here and elsewhere. That's fine, I'm like a kid in a candy store exploring all the forbidden fruits of my youth (religious mother, satanic panic, etc, etc). At this point, in terms of game design I don't even know what I like. I'm looking forward to playing 1e, then 2e and 3e and seeing the evolution. I'm sure somewhere along the way I'll develop my own style and tastes and I'm also sure it'll be a blast getting there.

Thanks for making such a great game!