Remy Blok

Results 9 comments of Remy Blok

For now we fixed it by search/replacing select2 to select3 in our own solution. All our styles and Javascript now use select3 as selector etc. So there is no longer...

Hi Troy, I had that list interpreted as "these namespaces are imported globally". My code works as custom connector, including the required additional namespaces. So the list seems not be...

I have looked into the suggestion above. I have code that does this, bit it struggles to keep within the 5 seconds even with all kind of optimizations where I...

I have voted :) Thanks for creating the Idea. Unfortunately I do not have more information on this :(

Hi @vmanoharas, Sorry for the delayed response. I'm not from Microsoft. I'm just giving the paconn tool some love. The [README states](https://github.com/microsoft/PowerPlatformConnectors/blob/dev/tools/paconn-cli/README.md#contributing) the project is open to contribution. I'm using...

That's unfortunate. I had more changes in the works. Like switching from ADAL to MSAL and support for multiple logged in accounts due to that switch. Guess what will be...

Also. I looked at the documentation of `CreateToken()`. There it does not mention that the payload cannot be `string.Empty`. So this may even be concidered a bug. https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/c24bfe683427dbad566fe617d0d590ec3a61d8aa/src/Microsoft.IdentityModel.JsonWebTokens/JsonWebTokenHandler.CreateToken.cs#L32

This would be really useful in this scenario: Windows Defender has a feature called [Attack surface reduction](https://learn.microsoft.com/en-us/defender-endpoint/attack-surface-reduction-rules-reference) which blocks running executable which are not old enough with the message "Block...

Hmm, good question. I've check for my scenario, and then the identification would be between the 1st and 120th line. Not the most restraining... I would have hoped that the...