Özüm Eldoğan

Results 89 comments of Özüm Eldoğan

I found that traits is not available in v4 as seen in [doc](https://docs.stoplight.io/platform/getting-started/migrating/overview) Is there a future plan to add traits? They were much practical than current method.

I want to use traits where inheritence (like allof etc.) is not supported in official OAS i.e in responses. I assume traits are a feature of editor and not of...

Thanks. Also please consider to add this feature again in the future. Thanks,

Hi, I tried to write a plugin which would check if object given to `config.validate` is a JSON schema and act according to, but I failed. How is it possible...

For update. I asked in hapi repository and got an answer. It seems impossible according to hapijs/hapi#2967.

I use jsdoc2md. Generated output contains long names. For function names, please see below screenshot: ![image](https://user-images.githubusercontent.com/1497060/36389750-5c284dd2-15b1-11e8-90fe-59b3e3110384.png)

Hi, I'm developer of pg-generator which has a built-in [sequelize template](http://www.pg-generator.com/builtin-templates/sequelize/) to generate sequelize code for PostgreSQL. My use case is; Sometimes, I have tables with composite primary keys (multi...

@mickhansen. My +1 is for composite foreign key, which requires implicitly composite primary key support. Sequelize is already a great library and IMHO it should support multiple keys which is...

@mickhansen Actually I agree with you about hesitating about using composite primary keys, because DB design becomes complex for future me and it gets harder to explain it to non...