Tyler James Leonhardt

Results 86 issues of Tyler James Leonhardt

### Core Library MSAL.js (@azure/msal-browser) ### Core Library Version 3.6.0 ### Wrapper Library Not Applicable ### Wrapper Library Version None ### Public or Confidential Client? Public ### Description I am...

feature
msal-browser
public-client

**Is your feature request related to a problem? Please describe.** This extension will eagerly activate if I have any workflow files in my repo... even if I don't intend to...

enhancement

- Extension version: - VSCode Version: 1.88.0-insider - OS: macOS Safari Steps to Reproduce: 1. Open the PR view in **Safari** 2. See weird drop down style:

bug

Looks like this module doesn't work on PS Core: ``` /Users/tylerleonhardt> Set-AppVeyorApiToken -Token $token Unable to find type [Windows.Security.Credentials.PasswordVault,Windows.Security.Credentials, ContentType=WindowsRuntime]. At /usr/local/share/powershell/Modules/PSAppVeyor/0.2.11/Public/Set-AppVeyorApiToken.ps1:22 char:19 + ... [Void][Windows.Security.Credentials.PasswordVault,Windows.Secur ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +...

The psm1s are getting big! We should move over to the module layout that has been pretty popular and successful: SecretManagement.LastPass.Extension.psd1 SecretManagement.LastPass.Extension.psm1 Public/ * Get-Secret.ps1 * etc Private/ * Invoke-LpassInternal.ps1...

#### Repro steps 1. Have a queue trigger 2. Insert a json string into the queue as the message data: `{"hello":"World"}` #### Expected behavior Function receives the json as a...