Darrel

Results 511 comments of Darrel

@merill I appreciate what you are trying to achieve. I want to avoid building a solution where customers call Get-MgAccessToken once and then store and reuse that token for every...

We have two choices. We either use a data structure that allows duplicate header names, or we implement "combined field values" as described by the specification https://www.rfc-editor.org/rfc/rfc9110.html#section-5.2 In my opinion...

@RinkAttendant6 The 7230 wording is confusing. 9110 does a better job > a sender MUST NOT generate multiple field lines with the same name in a message (whether in the...

Other than set-cookie, if the headers support multiple headers, then they will support combining values with a comma. We can blindly fold on the client side and the server will...

@whlavina You folks are welcome to come join the HTTPAPI mailing list https://datatracker.ietf.org/wg/httpapi/about/ and we can chat about a path to registering this media type. This is where the YAML...

We are not strongly against partial classes, we just need clear use cases to justify the work and the additional conceptual complexity.

@jlk I don't usually sign my commits. The license in the repo is authoritative when it comes to IPR. @lornajane Do you think this would be a useful addition to...

I will try and provide a little bit of historical context, as best as I can remember it. We definitely did consider the operations provided by JSON Patch. I had...

Here is an argument for being able to clearly distinguish between an add and an update. Speakeasy's implementation of OpenAPI has a compare function that takes two OpenAPI descriptions and...

@Download There is no reason that tooling could not use environment variables to drive `ServerVariables` that are used for constructing the base URL of the API. However, I don't know...