Özüm Eldoğan

Results 62 issues of Özüm Eldoğan

Hi, Thanks for the library and the great effort. I need help with an issue: When I set `allowUnknownFlags` to `false`, camel-case flags are reported as `unknown flag`. However, when...

Hi, I followed instructions for Nuxt [here](https://github.com/championswimmer/vuex-module-decorators#module-re-use-use-with-nuxtjs). When I use an action from store I'm getting `ERR_STORE_NOT_PROVIDED`. I created a minimal Code Sandbox for the error. To see follow steps...

When key of an object is changed, all references to old key become broken. Maybe same is true when file name is changed, but I didn't try. May I suggest:...

bug
Next
Bug Backlog

Hi, In Stoplight Desktop v4.4.0, it is impossible to add enum validation to array of string. (For each element of array) ## Endpoint Query Parameters Example code: ```json { "in":...

enhancement
Next
Product Backlog

Switched to v4 from classic version, I could not find traits. How to use trait in v4. Regards,

feature
Next

In Stoplight Next Desktop 4.2.0 x64, CRUD builder generates false extra model properties for some values. Steps to reproduce: 1. Enter CRUD builder 1. Name it `Business Unit` 1. Switch...

bug
Next

Optional format for string type in Query parameters, path parameters, shared parameters etc. 1. Lacks values some values such as `uuid` (Optional format in model & response has more types)...

bug
Next

Function parameters' default values are missing in generated output: ```ts /** * Test function * @param input - Input number * @returns - Input plus one */ export function plusOne(input:...

Hi, Function parameters with object destructuring generates undefined as name. Please see example simplified below. I edited it on the fly while simplifying, it may have some syntax errors: ```ts...

Hi, Is there a possibility to generate short names? `ConnectionConfig` instead of `pg-test-util/lib/types/connection-config.ConnectionConfig`