Alejandro Mery
Alejandro Mery
I just created a sample project, just nuxi init, moved into a subproject and set srcDir. it got rc12. can't find vue. https://github.com/amery/nuxt3-5411 ``` $ git clone github.com/amery/nuxt3-5411 $ cd...
> Yup, as I wrote, still work in progress - my bad yes, but I thought a proper test case was useful to add :stuck_out_tongue_closed_eyes:
you mean in `conf/local.conf` ?
thank you. it would be great to have that info on the README though :)
@reedom I took the liberty to rebase your branch on top of master. should I make a new pull request @deepmap-marcinr? https://github.com/deepmap/oapi-codegen/compare/master...amery:oapi-codegen:feature/enum-varnames
> @amery Thanks, that sounds nice. @reedom, I did notice it uses the value as _varname_ if `x-enum-varnames` is not defined. that feels like an undesired side effect
@reedom for me it doesn't render the consts unless I add a path. so: ```yaml paths: '/types': get: responses: '200': description: OK content: 'application/json': schema: type: array itemsUnique: true items:...
perfect, thank you @reedom. I had the feeling I had missed something
@deepmap-marcinr @reedom https://github.com/deepmap/oapi-codegen/compare/master...amery:oapi-codegen:feature/enum-varnames has been rebased over 1.12.2
> Looks like some debugging got left in. I just rebased and amended my branch to exclude this. thanks @stevenh https://github.com/deepmap/oapi-codegen/compare/master...amery:oapi-codegen:feature/enum-varnames