Matthew Kelly

Results 269 comments of Matthew Kelly
trafficstars

This is now achievable via #455, and currently available in v1.0.0-preview1

Hi @mdaneri, The editor I'm using is VS Code. Just to let you know, I've not forgotten about this PR! I've been doing some work around Authentication which I'm just...

To help with the formatting, and to reduce the changes in files (going through just Helpers.ps1 alone is giving me a headache with all the `{` changes 😂), I've opened...

Hi @mdaneri, I've merged #1169. Something I just spotted is that you've added `.vscode/settings.json` to the `.gitignore`, this'll need removing as the auto code-formatting is done using this file. Might...

Which version of powershell-yaml were you using? According to https://github.com/cloudbase/powershell-yaml/pull/97 that serializer error should be fixed in 0.4.7 🤔 Agreed that Pode.Yaml needs fixing, I have also considered bringing the...

@mdaneri, that should be everything currently committed reviewed! :) Something I spotted just was the docs haven't bee updated currently - are you just waiting until you've got the work...

> I have a question regarding my last improvement New-PodeOA......Property and the pipeline. > > ``` > New-PodeOAIntProperty -Name 'id'-Format Int64 -ReadOnly -Example 10 | > New-PodeOAIntProperty -Name 'petId' -Format...

How much more is there to complete here, looking at all the OpenAPI issues/features raised? The documentation (https://github.com/Badgerati/Pode/blob/develop/docs/Tutorials/OpenAPI.md) also still needs going over as well 😃 I got an email...

I've just tested 7.3.9 myself, and all looks good too :) In terms of the documentation, everything here should be backwards compatible (bar the comment above). Have you reviewed the...