Michaël Maillot

Results 154 comments of Michaël Maillot

Hi, I also encounter the same error but in a organizational context, which is SharePoint Online with an ADFS server. The problem in my case is related to the ADFS....

That's odd, because I don't have this behavior, whether I choose to save the two files at once or one after another: https://user-images.githubusercontent.com/44271458/189855906-61ab566c-2459-49c0-bf3d-c0b1b6582544.mp4 The behavior you're showing to me is...

Sorry for the delay. Here's my answers: * does it happen with just hello world web part? * No, I've tried also with a custom form extension, same behavior *...

I've tried the following: * node 14.19.1, SPFx 1.15.0 & spfx-fast-serve-helpers 1.15.3 - **WORKS** * node 14.19.1, SPFx 1.15.2 & spfx-fast-serve-helpers 1.15.3 - **DOESN'T WORK** I have to add some...

> By the way, does it mean that ALL options are overridden? Not only the scopes... Mind crossing @martinlingstuyl: I just though about that also, few hours after submitting the...

Right, in fact there's a patch request called, in the `configureUri()` method once app created. But if the manifest contains `oauth2Permissions` property, it's first updated with those. Then the `configureUri()`...

> Hi @michaelmaillot > > If I execute your example (using the manifest and the `apisApplication` option) the scopes and roles are merged together. They are not overridden, but merged:...

looks like there's an enhancement planned on `mkdocs-material` that will just fit this need 🤗 https://github.com/squidfunk/mkdocs-material/issues/3018

Is this because I've synced my fork and rebase to main before pushing? Sorry I've missed something but can't find out what, since it's a forked repo. Edit : I...

Thanks for your additional feedback @martinlingstuyl! I'll update my code accordingly.