Alexander Sklar

Results 110 issues of Alexander Sklar

Autolinking will create a ReactPackageProvider for every linked module. However the native side of the app doesn't have a way to access the [native] instance of the native module to...

documentation
enhancement
samples

There's a little blurb in the debugging menu but we should add docs on how to do this (and how to bring up the debugging menu in the first place...

documentation
enhancement

We should: - Define what a callback is. Is it strictly a `void (*) ()`? a `std::function`? is it anything with an `operator()` ? - What types they take/return -...

documentation
enhancement
Extensions

I have a vscode extension that uses application insights and i am trying to use webpack to bundle it. However I get this warning/error: ``` WARNING in ../node_modules/applicationinsights/out/AutoCollection/NativePerformance.js 53:44-89 Module...

The current implementation validates that the exception is `instanceof Error` and then only copies a couple of key details from the Error object onto an ExceptionDetails object, which loses any...

need-author-feedback

One case that the regex doesn't match: ``` at Array.forEach () ``` _Originally posted by @asklar in https://github.com/microsoft/ApplicationInsights-node.js/pull/696#issuecomment-720886185_

investigate

# Feature request With PR #157 the date picker now lives in the community repo. However there are some properties that are diverged: - `timeZoneOffsetInSeconds` versus `timeZoneOffsetInMinutes` - `dayOfWeekFormat` /...

windows

## Description Get unpackaged sample running

https://github.com/CommunityToolkit/Graph-Controls/blob/d985141a317c96ad571bd9dd8097e38969b649d6/CommunityToolkit.Authentication.Msal/MsalProvider.cs#L63 the default value for scopes is null, but we unconditionally run the `Select(...)` on it. Fix would be to either not provide a default argument for scopes (since it's...

Area: Providers

## PR Type What kind of change does this PR introduce? - Feature ## What is the current behavior? The WCT MsalProvider doesn't expose exceptions returned from the MSAL library....