Daniil Lohvinov

Results 12 comments of Daniil Lohvinov

Hi guys! I encountered the same problem when migrating my app from Vue 2 to Vue 3. As I learned, it is caused by `@vue/compat` package alias setup in `vue.config.js`...

@melloware FYI, based on this [discussion](https://github.com/orval-labs/orval/discussions/2120) I've written feature code, but haven't tested it yet. So, now creating a draft PR. Still working on it. Also, writing this new config...

yep, I haven't ran or test it yet. had some issues with packages installation or so, so decided to continue tomorrow.

@melloware, yep, I remember. Sorry, I'm having too much job workload and just haven't had enough time yet 🫠🫠 Anyway, I'm still planning to continue and complete this PR. Are...

@melloware , hi! I've: * fixed type errors which were causing build errors, * tested manually, * added a unit test Had some issues with package installation, generated samples formatting,...

btw, key `"People's_Republic_of_China"` converts to `PeopleSRepublicOfChina`. again, not sure if this is correct, but I've used already existing `conventionName` [function](https://github.com/dlohvinov/orval/blob/b32676705fdbab1122087cf6d4649771b913d7e5/packages/core/src/utils/case.ts#L147), so, guess this is rather a utility function issue 🤔...

@melloware , thanks! ran reformatting, pushed fix 🙂

@melloware , thanks! Added docs. Btw, had some issues with md links: `output.namingConvention` conflicts with `output.override.namingConvention`, so I've added cringy "for property keys" to my docs entry title. Not sure...