Brian Kroth

Results 182 comments of Brian Kroth

My recollection is that this fails the pylint checks first. Also: related #54

See Also: https://github.com/microsoft/MLOS/pull/61/commits/05323ec86bc498bf2bb93865ec4aaaa470b6b639

@byte-sculptor @amueller @edcthayer Could one of you perhaps take a look at this please?

Here's an example: https://github.com/microsoft/MLOS/runs/1094338803?check_suite_focus=true

It seems that the Github runners we're using may simply be overworked in some cases which may be causing this flakiness. This comment has additional details: https://github.com/microsoft/MLOS/pull/66#issuecomment-690760863

@amueller mentioned that we might not be picking up an appropriate blas

Love the idea! Thanks for getting started on this.

One thought: more colors

> > This is not a priority for MSAL at the moment, but we could review a contribution. Fix should go here: https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet > > We do not have the...

> @sam-mfb - just create a `PublicClientApplication` and use it as a singleton or set `WithCacheOptions(SharedCache)` - for a static memory cache. > > Note that the experience for the...