Gavin Barron

Results 35 issues of Gavin Barron

## Overview Adds a github action to push newly created issues to the project board. ### Notes This workflow uses secrets that are already configured in organization.

# Proposal: Allow users to authenticate on mgt.dev ## Description We should allow users to sign and render components in the playground on mgt.dev using their own data. This should...

feature-request
Needs: Triage :mag:

Closes #1775 ### PR Type - Refactoring (no functional changes, no api changes) - Documentation content changes ### Description of the changes Updates the existing SharePoint webpart sample to use...

**Describe the bug** Search results when searching for Microsoft Graph Toolkit Playground the title shown uses the Webpack default **To Reproduce** 1. Seach using the term Microsoft Graph Toolkit Playground...

bug
good first issue

# Proposal: Update sp-webpart sample to use SPFx 1.15 ## Description Currently this sample is targeting SPFx 1.13.0 we should have a sample that reflects the latest SPFx version ##...

feature-request
State: In Review

# Proposal: Update development environments to use Node v16 or v18 ## Description Currently we require developers to use Node v12 or v14 https://github.com/microsoftgraph/microsoft-graph-toolkit/wiki#Setup-the-development-environment The current LTS version is v16,...

feature-request

At present we have a number of sample applications and usages hosted within this repository. One of them is responsible for a large number of the Dependabot noise that we...

# Proposal: Tests, we really need tests ## Description Tests, along with a CI build, are an essential piece of protection we have against breaking our customers. To be a...

feature-request

# Proposal: Modernize linting tools ## Description Currently MGT is using TSLint to enforce coding style and reduce code quality issues. This library and the associated VSCode extensions were deprecated...

feature-request

Minimal Reproduction using less 3.12.0 fail.less: ```less .fail { background-image: url('/images/absolute.png'); } .works { background-image: url('images/relative.png'); } ``` run: ```bash lessc -rp=https://mycdn/url/folder fail.less ./out.css ``` out.css ```css .fail { background-image:...

needs info