James May

Results 22 issues of James May

`` (Hyperlink auditing), `navigator.sendBeacon()`, and the `keepalive` flag (once the parent document has been unloaded) have a concept of terminating the request once the response body starts to be received...

This PR adds parameters for each of the settable properties across all the different field types in `Set-PnPField`. My goals were: 1. Autocomplete shouldn't suggest invalid combinations 2. Shouldn't have...

**Is your feature request related to a problem? Please describe.** Often when developing or troubleshooting issues I need to trigger an (remote) event receiver, workflow, flow or webhook without changing...

enhancement

Because it doesn't actually require tenant admin to read the user profiles. :) ### Examples ``` powershell # Get the user profile of a user in claims format (Tenant admin...

needs discussion
in review

[DE0005: SmtpClient shouldn't be used](https://github.com/dotnet/platform-compat/blob/master/docs/DE0005.md) is the linked to from the [SmtpClient docs](https://docs.microsoft.com/en-us/dotnet/api/system.net.mail.smtpclient?view=netframework-4.7.2#remarks) as "more information" about why `SmtpClient` is deprecated, but "doesn't support many modern protocols" and "doesn't scale"...

Sometimes, somehow, `ExecuteOrganizationRequestImpl` returns null without setting `LastException`. https://github.com/microsoft/PowerPlatform-DataverseServiceClient/blob/254952f3a781f1ab363c56f1a43c4d9b49652fed/src/GeneralTools/DataverseClient/Client/ServiceClient.cs#L1969-L1971 This leads to a `NullReferenceException` instead of the real error, which is very confusing. Verified in 0.5.17 and 0.6.1. Here's an...

Investigating

Improvements to *-WorkflowInstance cmdlets Get-WorkflowInstance: * add OutputType annotation * add getting site workflow instances * add get by instance guid * positional and piped list item and subscription parameters...

Needs: Discussion 🙋

This article says that the architecture of Teams and Office don't *have* to match, but doesn't say if they *will* match, if deployed via the Microsoft 365 Apps installer. Could...

Without the [Visual C++ 2013 runtime](https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist#visual-studio-2013-vc-120) installed, attempting to run a Azure Functions v1 project will result in an error similar to this: ``` cd module.js:583 return process.dlopen(module, path._makeLong(filename)); ^...

Add `-Path` parameter for updating list URLs. Considered calling it `-Url` but that would seem more appropriate if full URLs were expected to be the common form. Looked into `Folder.MoveToPath`,...