Martin Lingstuyl

Results 64 issues of Martin Lingstuyl

### Usage m365 spfx project devcontainer init ### Description Initialize a devcontainer with all requirements for building SPFx webparts ### Options Option | Description -- | -- `-n, --name `...

new feature
needs discussion

### Usage spo applicationcustomizer add ### Description Add an application customizer to a site. ### Options Option | Description -- | -- `-t, --title ` | The title of the...

help wanted
new feature

This issue concerns updating MkDocs to achieve a couple of things: - Preparation for allowing people to tag md files - Update MkDocs-material to the latest version - Centralize the...

enhancement
docs
work in progress

There are quite some commands where values are returned from resolved promises using a `Promise.resolve(value)` call. The same goes for Throwing errors from within resolved Promises. This is often done...

enhancement
needs discussion

Some time ago `OptionSet` was introduced. A way to validate two required options that are mutually exclusive. Some work is currently being done on #3218 to use OptionSets in all...

enhancement
help wanted

### Description Using the [help section here](https://pnp.github.io/cli-microsoft365/user-guide/completion/) I configured Auto completion. But I can't get it to work on PoSh 5. While on PoSh 7 it works like a glove....

bug
help wanted

We're currently using promise chains everywhere In the code. Refactoring to Async/await would be helpful as it gives better insight in how the code is organized, it's a less verbose...

epic

Closes #3630 Fixes bug with granting apps owner permissions on SharePoint sites.

pr-bugfix

Closes #3555 This PR fixes a bug where options would incorrectly override manifest properties: - Manifest scopes where merged with the options, this is now changed: when options `apisDelegated` or...

pr-bugfix

### Description In the ticket #3612 I've been talking with the user about the following error: ```sh Error: network_error: Network request failed. Please check network trace to determine root cause....

help wanted
docs