Alexander Lyon

Results 241 comments of Alexander Lyon

That actually raises a good point that I wanted to get your ideas on; where do the de-duplicated structs live? Do we move them into their own place? Do we...

Obviously the tests are failing due to the CI running on 1.46, I'll leave this open for now and we can evaluate. I personally don't believe the msrv jump is...

By the way @FL33TW00D I have added a discussion about 0.14, feel free to add your thoughts

The short answer is yes, that list is modules that are being generated, but aren't exported (yet). I have been working to try and simplify the code gen from the...

@Ryanmtate thanks for the report, could you open an issue with some details about what is / isn't working?

Yes, that is the plan. I believe the mentioned PR directly modifies generated code which we want to avoid so it is not mergeable in its current form. If you...

The APIs are generated, just not exported / tested. If you'd like to include them and test them out you can make sure they are exported in `src/resources/generated`, and write...

Yeah the API is a bit awkward here, mainly because of the openapi it's generated from. I will rename this issue as a feature request to rework the Exists stuff.

@simon0356 great work, do you plan on opening a PR?

Running into this. Trying to have a build with the following job structure: ``` build(mac) build(linux) build(win) │ │ │ └──────────────────┼─────────────────┘ │ create_release() │ ┌──────────────────┼─────────────────┐ │ │ │ upload(mac) upload(linux)...